Commit 1e958eb54c71b0e4c3acad7df4739e7ab45d4720

Authored by Vasiliy Ermolovich
2 parents 3db48ca3 a93960a5
Exists in master and in 1 other branch production

Merge pull request #257 from lest/patch-1

No need in pushing mongo.yml to heroku

[ci skip]
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
README.md
... ... @@ -150,9 +150,6 @@ git clone http://github.com/errbit/errbit.git
150 150 gem install heroku
151 151 heroku create example-errbit --stack cedar
152 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 153 heroku addons:add sendgrid:starter
157 154 heroku config:add HEROKU=true
158 155 heroku config:add ERRBIT_HOST=some-hostname.example.com
... ...