Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heroku Instructions #31

Open
tomrossi7 opened this issue Oct 30, 2017 · 1 comment
Open

Heroku Instructions #31

tomrossi7 opened this issue Oct 30, 2017 · 1 comment

Comments

@tomrossi7
Copy link

The link for the Quickstart for Heroku from the readme isn't working. I'd love to see an example of how to set this up with Heroku...

@rylanb
Copy link

rylanb commented Nov 15, 2017

My Procfile for Rails app on Heroku looks like:

web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-production}
clock: bundle exec clockwork config/clock.rb

if that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants