change procfile to server:app
This commit is contained in:
parent
4d52b38696
commit
b4d165e9ff
1 changed files with 2 additions and 2 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
|||
web: gunicorn server:server
|
||||
web: gunicorn server:app
|
||||
release: python manage.py db upgrade
|
Loading…
Reference in a new issue