This takes the output of a successful build and deploys it to a particular environment. This could be copying the files to a folder, deploying the package to a particular channel or even installing the software on a server.
We tend to use this process for deployments to Live environments.
These instructions assume you have followed Bamboo - Create Build Job and have a job that completes and contains some artifacts you want publishing.
Step 1
In Bamboo go to Create then Deployment Project. Fill in the description and link it to your project.
Click Create Deployment Project.
Step 2
Create an Environment. This should be descriptive of what where you're sending the artifcat such as "Live Server" or "Python Live Index".
NB: It doesn't appear to be possible to share environments between Deployment Projects although you can clone them within existing ones.