Skip to content

Instantly share code, notes, and snippets.

@jefftriplett
Created August 27, 2013 22:48
Show Gist options
  • Save jefftriplett/6360092 to your computer and use it in GitHub Desktop.
Save jefftriplett/6360092 to your computer and use it in GitHub Desktop.
Fun with multiple Heroku Procfiles
$ heroku config:set PROCFILE=LocalProcfile
$ heroku config:set USER=heroku
web: gunicorn hello:app
web: honcho start --procfile=$PROCFILE --port=$PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment