Skip to content

Commit 7703c05

Browse files
committed
Using gunicorn for heroku upload
1 parent 7499752 commit 7703c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
release: python manage.py migrate --no-input
2-
web: uwsgi wsgi/uwsgi.ini
2+
web: gunicorn backend.wsgi --log-file -

0 commit comments

Comments
 (0)