Skip to content
ultrasaurus edited this page Apr 10, 2012 · 2 revisions

The app is deployed on Heroku with staging and production servers. Everyone with commit privileges to this repo, should be able to push to staging, since we should update staging whenever we update the code. If you don't have access and you are ready to accept a pull request, ask a project admin.

Here's a sample .git/config:

   [remote "heroku"]
	url = [email protected]:bridgetroll.git
	fetch = +refs/heads/*:refs/remotes/heroku/*
   [remote "staging"]
	url = [email protected]:bridgetroll-staging.git
	fetch = +refs/heads/*:refs/remotes/heroku/*