Index Keywords

↶ Return

What is Continuous Deployment?


Keywords

, , ,

Outline

While working with containerized applications the CD pipeline needs to contain the following steps:

  1. Code checkout
  2. Install dependencies
  3. Build the image
  4. Push to a container registry
  5. Use the latest image for the next deployment
  6. Trigger a new deployment

[1]


  1. Title: Creating a Continuous Deployment workflow using Github Actions to deploy your application to ECS
    Publication: FAUN
    Date: August 31 2021
    Author(s): Mohammed Ali Chherawalla
    ↩︎