Created
February 4, 2021 07:05
-
-
Save cmdr-rohit-bang/609d69ba426c68cff9668b8abd1612da to your computer and use it in GitHub Desktop.
Procfile
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
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