Continuous delivery and deployment
Deprecated
A new and improved CI/CD rig is coming soon. Planning to set up a new CI/CD pipeline? Reach out to us in team Utviklerflyt and we'll get you started with the latest setup. We expect to publish updated documentation in March.
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 guide walks you through setting up a CI/CD pipeline for a dev environment. Repeat these steps for prod after you finish.
Next step
Create workflow directory.