Update procfile to use release phase
This commit is contained in:
parent
32118ccfaf
commit
27c2705d34
1 changed files with 2 additions and 1 deletions
3
Procfile
3
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 -
|
||||
|
||||
|
|
Loading…
Reference in a new issue