Skip to content

Instantly share code, notes, and snippets.

@cmdr-rohit-bang
Created February 4, 2021 07:05
Show Gist options
  • Save cmdr-rohit-bang/609d69ba426c68cff9668b8abd1612da to your computer and use it in GitHub Desktop.
Save cmdr-rohit-bang/609d69ba426c68cff9668b8abd1612da to your computer and use it in GitHub Desktop.
Procfile
release: ./scripts/release-tasks.sh
web: bundle exec puma -C config/puma.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