Created
January 25, 2016 21:28
-
-
Save zackperdue/0c6859a53271c5630947 to your computer and use it in GitHub Desktop.
Procfile for Foreman gem I often use.
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: 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