Commit a565844ac956f7286376111d33232dc501411a33

Authored by Nathan Broadbent
1 parent 1be4238f
Exists in master and in 1 other branch production

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
Procfile 0 → 100644
@@ -0,0 +1 @@ @@ -0,0 +1 @@
  1 +web: bundle exec rails server thin -p $PORT
Procfile.cedar
@@ -1 +0,0 @@ @@ -1 +0,0 @@
1 -web: bundle exec rails server thin -p $PORT  
@@ -85,7 +85,7 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at @@ -85,7 +85,7 @@ for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at
85 2. Create & configure for Heroku 85 2. Create & configure for Heroku
86 86
87 gem install heroku 87 gem install heroku
88 - heroku create example-errbit 88 + heroku create example-errbit --stack cedar
89 heroku addons:add mongohq:free 89 heroku addons:add mongohq:free
90 heroku addons:add sendgrid:free 90 heroku addons:add sendgrid:free
91 heroku config:add HEROKU=true 91 heroku config:add HEROKU=true