Reputation: 23737
I don't quite understand how to setup the herogit plugin recommended in the Heroku newsletter (https://github.com/jbarnette/herogit).
When I do $heroku config
inside my app I already have the config info.
I also don't understand how to deploy on both apps using git push
and heroku rake db:migrate
.
Thanks
Upvotes: 0
Views: 102
Reputation: 37507
Herogit let's you store your Heroku credentials in your git repo so if you have apps which use different credentials, eg different clients then this makes it easier. If you're just dealing with the one app then there's not much point using it.
I wrote a blog post on managing multiple environments on my blog http://john.beynon.org.uk/developing-with-multiple-environments-on-hero
Upvotes: 1