Skip to content
This repository was archived by the owner on Jul 19, 2018. It is now read-only.

Commit 7f69480

Browse files
author
Ben
committed
deploy
1 parent 8b171f9 commit 7f69480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: python html5libs/manage.py collectstatic --noinput; bin/gunicorn_django -w 4 -b "0.0.0.0:$PORT" html5libs/settings.py
1+
web: python html5libs/manage.py collectstatic --noinput; python html5libs/manage.py run_gunicorn -w 4 -b "0.0.0.0:$PORT"

0 commit comments

Comments
 (0)