Created
February 16, 2012 07:43
-
-
Save taylor/1843031 to your computer and use it in GitHub Desktop.
foreman in Procfile on Heroku
This file contains 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
$ cat Procfile | |
foreman: foreman start -c web=1 worker=10 -f Procfile2 | |
$ cat Procfile2 | |
web: bundle exec rails s -p $PORT thin | |
worker: ruby worker.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment