Skip to content

Instantly share code, notes, and snippets.

@taylor
Created February 16, 2012 07:43
Show Gist options
  • Save taylor/1843031 to your computer and use it in GitHub Desktop.
Save taylor/1843031 to your computer and use it in GitHub Desktop.
foreman in Procfile on Heroku
$ 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