-
Notifications
You must be signed in to change notification settings - Fork 290
Deployment
Pablo Cantero edited this page Jul 1, 2017
·
13 revisions
Add worker in your Procfile:
worker: bundle exec shoryuken ...Then:
heroku ps:scale worker=1Shoryuken does not require a web process. You can disable web if you don't need it.
heroku ps:scale web=0If you have only one dyno running worker=1, web=0, not matter if it's a worker, you will be on the Heroku free tier!
Use capistrano-shoryuken.
See OpsWorks Recipe.
See Example app for deploying Sinatra to AWS?.
See systemd integration.