Presently we are using mercurial with tortoise HG for GUI to manage Repositories and our repositories are created on bitbucket.
Now I want to deploy my source code to my (staging/test) and production server. I had also googled for the same but I didn't found any good answer.
Please help me!! Thanks
Kamal,
If you want to do this, there are a number of ways to deploy your source code. You could write a local script that downloads your repo, compiles your code, and deploys it. Bamboo is an excellant way to do this.
If you go this route, make sure you set up a Deployment Key. The Deployment Key doesn't count toward your Bitbucket plan limit and it gives a build process the ability to download your code.
https://confluence.atlassian.com/display/BITBUCKET/Using+Deployment+Keys
Mary
Hi, you'd want continuous integration and a build server to do this. In terms of Atlassian products, this would be Bamboo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.