Deploying the release
Once you have successfully built your project, you can also deploy the final built artifact to your environments. There are several ways you can do this. For example, you can have a custom deployment stage as part of your build plan. However, we will be using the deployment plan feature in Bamboo. This gives you more control about how you want to run your deployment process, as well as keeping track of all the deployments you run, and lets you rollback to a previous deployed version if there is a problem.
Setting up a deployment plan
The first step is to set up a new deployment plan in Bamboo:
- Log into Bamboo.
- Select the
Create deployment project
option from theCreate
menu. - Enter a name for the new deployment project, and select the
Build plan
and branch used to build your project with:

- Click the
Create deployment project
button to create the deployment plan. - With the deployment project created, you will be asked to create an environment. You should create one for each real...