After we have the deployment plan and target environments created, we can proceed to deploy the released project:
- Browse to the build result for the release in Bamboo. You can go there from Jira's release page.
- Click the Create release button:
- Make sure the correct build result is selected.
- Enter the release version number for this release. This way, we create a history of all the deployments, so we can keep track of the released and deployed version for each environment, and easily rollback in the future. In the following example, we are releasing version 1.0.
- Click the Create release button:
If you have more ...