Infrastructure and Delivery
Deployment Model
- App source and build definitions live in this repository.
- Environment promotion is handled with a GitOps split model (ops repository + Argo CD).
- Helm charts and environment values are under
infra/helm/platform. - Argo CD manifests are under
infra/argocd.
CI/CD Workflows
| Workflow | Triggers | Source |
|---|---|---|
ci-main.yml | push | source |
ci-pr.yml | pull_request | source |
codeql.yml | workflow_dispatch | source |
dependency-review.yml | pull_request | source |
release.yml | workflow_dispatch, sku, required, description | source |
secret-scan.yml | pull_request, push | source |