Commit a93960a55020e9e74cfc7a58bfae71a331cd076c

Authored by Sergey Nartimov
1 parent 3db48ca3
Exists in master and in 1 other branch production

No need in pushing mongo.yml to heroku

Errbit is aware of MONGOLAB_URI environment variable.
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
@@ -150,9 +150,6 @@ git clone http://github.com/errbit/errbit.git @@ -150,9 +150,6 @@ git clone http://github.com/errbit/errbit.git
150 gem install heroku 150 gem install heroku
151 heroku create example-errbit --stack cedar 151 heroku create example-errbit --stack cedar
152 heroku addons:add mongolab:starter 152 heroku addons:add mongolab:starter
153 -cp -f config/mongoid.mongolab.yml config/mongoid.yml  
154 -git add -f config/mongoid.yml  
155 -git commit -m "Added mongoid config for Mongolab"  
156 heroku addons:add sendgrid:starter 153 heroku addons:add sendgrid:starter
157 heroku config:add HEROKU=true 154 heroku config:add HEROKU=true
158 heroku config:add ERRBIT_HOST=some-hostname.example.com 155 heroku config:add ERRBIT_HOST=some-hostname.example.com