Skip to content

Commit

Permalink
Corrected Procfile for better command, with @audreyr giving me pointers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Greenfeld committed Apr 4, 2015
1 parent 46b6ff5 commit b7382f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Procfile
@@ -1,3 +1,2 @@
web: newrelic-admin run-program python manage.py run_gunicorn -b "0.0.0.0:$PORT" -w 3 --max-requests 1000 --settings=settings.heroku
web: gunicorn wsgi:application -b "0.0.0.0:$PORT" -w 3 --max-requests 1000 --settings=settings.heroku
worker: python worker.py

0 comments on commit b7382f6

Please sign in to comment.