Created
September 10, 2012 16:49
-
-
Save matthewbelisle-wf/3692063 to your computer and use it in GitHub Desktop.
Bamboo deployment instructions for XBRL-WH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Add the codebuilders repo to your git config as a remote repo if it's not already there. | |
$ git remote add codebuilders-wf [email protected]:codebuilders-wf/aggregator.git | |
2) Push your branch to codebuilders to have it built by the Bamboo machine. | |
$ git push codebuilders-wf HEAD | |
3) Wait about 15 minutes and make sure the build and unit tests executed normally on the Bamboo machine. | |
https://bamboo.webfilings.com/browse/AGG | |
4) Go to GreenTools and deploy the build that was created by Bamboo. | |
https://dev.webfilings.com/deploytools/appspot_deployer.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment