Skip to content

Instantly share code, notes, and snippets.

@zackperdue
Created January 25, 2016 21:28
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 zackperdue/0c6859a53271c5630947 to your computer and use it in GitHub Desktop.
Save zackperdue/0c6859a53271c5630947 to your computer and use it in GitHub Desktop.
Procfile for Foreman gem I often use.
web: bundle exec unicorn -p $PORT
worker: bundle exec sidekiq -q default
cron: bundle exec clockwork clock.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment