Commit 8e1fdcd917c4b579327523a2313968e97e2ed637

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

Force copy of new config file

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -107,7 +107,7 @@ git clone http://github.com/errbit/errbit.git @@ -107,7 +107,7 @@ git clone http://github.com/errbit/errbit.git
107 gem install heroku 107 gem install heroku
108 heroku create example-errbit --stack cedar 108 heroku create example-errbit --stack cedar
109 heroku addons:add mongohq:free 109 heroku addons:add mongohq:free
110 -cp config/mongoid.mongohq.yml config/mongoid.yml 110 +cp -f config/mongoid.mongohq.yml config/mongoid.yml
111 git add -f config/mongoid.yml 111 git add -f config/mongoid.yml
112 git commit -m "Added mongoid config for MongoHQ" 112 git commit -m "Added mongoid config for MongoHQ"
113 heroku addons:add sendgrid:starter 113 heroku addons:add sendgrid:starter