Implementing CD
Learn the implementation of Continuous Deployment (CD) for our application by utilizing pipelines in Azure DevOps.
We'll cover the following
In this section, we are going to implement a release pipeline in Azure DevOps by implementing a CD process for our app. This process will consist of deploying to the staging environment, followed by the Cypress end-to-end tests being executed before the deployment is promoted to production.
Deploying to staging
Carry out the following steps in the Azure DevOps portal to deploy a build to the staging environment:
In the “Pipelines” section in the left-hand bar, select “Releases,” as illustrated in the following screenshot:
Get hands-on with 1400+ tech skills courses.