Skip to main content

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

WorkflowTriggersSource
ci-main.ymlpushsource
ci-pr.ymlpull_requestsource
codeql.ymlworkflow_dispatchsource
dependency-review.ymlpull_requestsource
release.ymlworkflow_dispatch, sku, required, descriptionsource
secret-scan.ymlpull_request, pushsource

Environment Overlays