Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.22 KB

README.md

File metadata and controls

10 lines (8 loc) · 1.22 KB

CI/CD

Workflows

Workflow Trigger Description
initialize Manual trigger Used by the CLI to build containers and deploy the infrastructure
deploy Push on main / develop Builds new docker containers for all services and pushes to appropriate environment
pull-request PR against main / develop Runs linters and test suite on each PR against main and develop
terraform-plan PR against main / develop Runs terraform plan on each PR against main and develop and leaves the plan as a message on the pull request