Skip to content

Instantly share code, notes, and snippets.

@chasseurmic
Created January 20, 2015 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chasseurmic/3b72eb4a6b83ae4215a4 to your computer and use it in GitHub Desktop.
Save chasseurmic/3b72eb4a6b83ae4215a4 to your computer and use it in GitHub Desktop.
Procfile example for a Unicorn based Rails web app
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
worker: bundle exec rake jobs:work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment