Skip to content

🧪 Automate Deployment of Releases

Continuous Deployment

Continuous deployment (CD) is the practice of using automation to publish and deploy software updates. As part of the typical CD process, the code is automatically built and tested before deployment.

Continuous deployment is often coupled with continuous integration which we have seen earlier. Building on the progress from previous exercises, we will apply continuous deployment mindset by fulfilling the following objectives.

Objectives

  • Validate releases
  • Execute production deployments on successful validation of respective releases