forked from railsbridge/bridge_troll
-
Notifications
You must be signed in to change notification settings - Fork 0
Deploying the App
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 = git@heroku.com:bridgetroll.git
fetch = +refs/heads/*:refs/remotes/heroku/*
[remote "staging"]
url = git@heroku.com:bridgetroll-staging.git
fetch = +refs/heads/*:refs/remotes/heroku/*