While working with containerized applications the CD pipeline needs to contain the following steps:
- Code checkout
- Install dependencies
- Build the image
- Push to a container registry
- Use the latest image for the next deployment
- Trigger a new deployment
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
↩︎