change procfile remove worker
This commit is contained in:
parent
d332b48f09
commit
2dd1765c47
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
|||
web: gunicorn --worker-class eventlet -w 1 --log-file=- server:app
|
||||
web: gunicorn server:app
|
||||
release: python manage.py db upgrade
|
Loading…
Reference in a new issue