Skip to content

Instantly share code, notes, and snippets.

@matthewbelisle-wf
Created September 10, 2012 16:49
Show Gist options
  • Save matthewbelisle-wf/3692063 to your computer and use it in GitHub Desktop.
Save matthewbelisle-wf/3692063 to your computer and use it in GitHub Desktop.
Bamboo deployment instructions for XBRL-WH
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