Commit a565844ac956f7286376111d33232dc501411a33
1 parent
1be4238f
Exists in
master
and in
1 other branch
Revert "Can't run rake tasks on cedar stack, currently failing with Error R13 (A…
…ttach error) -> Failed to attach to process. This will make it easier for new users to set up in the meantime. [ci skip]" This reverts commit 3f18f4340016620e85526dae114ee72fb33dd80e.
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +web: bundle exec rails server thin -p $PORT | ... | ... |
Procfile.cedar
| ... | ... | @@ -1 +0,0 @@ |
| 1 | -web: bundle exec rails server thin -p $PORT |
README.md
| ... | ... | @@ -85,7 +85,7 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at |
| 85 | 85 | 2. Create & configure for Heroku |
| 86 | 86 | |
| 87 | 87 | gem install heroku |
| 88 | - heroku create example-errbit | |
| 88 | + heroku create example-errbit --stack cedar | |
| 89 | 89 | heroku addons:add mongohq:free |
| 90 | 90 | heroku addons:add sendgrid:free |
| 91 | 91 | heroku config:add HEROKU=true | ... | ... |