8
Deploying with Bitbucket Pipelines
In the course of understanding Bitbucket Pipelines, we started with the concept of continuous integration – that is, we leveraged automation that would perform builds and scanning tests on a commit operation, under the direction of the bitbucket-pipelines.yml file.
We are now at the deployment stage, where we must take the build we created previously in Bitbucket Pipelines and install it in one of our environments, from testing to staging, and finally, to production. If we extend Bitbucket Pipelines so that it deploys automatically, we must consider continuous deployment.
In this chapter, we’ll look at what additions are required in bitbucket-pipelines.yml to perform continuous deployment. To do so, we will ...
Get Atlassian DevOps Toolchain Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.