Continuous delivery and deployment
Before you begin
You should have:
- An Elastic Container Registry repository that you can push container images to.
- An IAM stack in your infrastructure repository.
- A GitHub repository for your application.
- A GitHub machine user ("bot account").
What's a machine user?
A machine user is a GitHub account created to automate tasks, such as doing work in CI/CD workflows.
After you finish
This setup guide will walk you through a CI/CD pipeline for a dev
environment, repeat the steps for a prod
environment once you have set this up.
Next step
Create workflow directory.