remove options from Procfile

This commit is contained in:
Sorrel Bri 2019-10-14 17:13:50 -07:00
parent 7375661d18
commit 4d52b38696

View file

@ -1,2 +1,2 @@
web: gunicorn --worker-class eventlet -w 1 server:server
web: gunicorn server:server
release: python manage.py db upgrade