Created
August 27, 2013 22:48
-
-
Save jefftriplett/6360092 to your computer and use it in GitHub Desktop.
Fun with multiple Heroku Procfiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ heroku config:set PROCFILE=LocalProcfile | |
$ heroku config:set USER=heroku |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: gunicorn hello:app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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