diff --git a/Procfile b/Procfile index 10e05d6..f8063a9 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ -web: python manage.py migrate && gunicorn workout.wsgi --log-file - +release: python manage.py migrate +web: gunicorn workout.wsgi --log-file -