change procfile

This commit is contained in:
Sorrel Bri 2019-10-16 16:47:36 -07:00
parent ffe7b286d9
commit d332b48f09

View file

@ -1,2 +1,2 @@
web: gunicorn --worker-class socketio.sgunicorn.GeventSocketIOWorker --log-file=- server:app
web: gunicorn --worker-class eventlet -w 1 --log-file=- server:app
release: python manage.py db upgrade