Update procfile to use release phase

This commit is contained in:
Gabriel Augendre 2018-04-14 00:30:24 +02:00
parent 32118ccfaf
commit 27c2705d34
1 changed files with 2 additions and 1 deletions

View File

@ -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 -