Hi
Our product is built around a ‘develop’ branch which is deployed to our QA environment and then a ‘master’ branch which is only deployed to production. When QA testing is completed we merge develop into master and use Octopus to deploy the master branch to production. Right now, our QA deployments from develop are done manually. We are using TeamCity to produce the builds from each branch.
What would be the correct way to automate our QA deployments? Should I reuse the existing octopus project and use different channels? How does one set that up? Or is there another way to do it?
Many thanks
James