feat(ci): add deploy-uat job for UAT environment #109

Merged
savannah-savings-cto[bot] merged 1 commits from feat/ci-deploy-uat into main 2026-04-03 13:27:47 +00:00
savannah-savings-cto[bot] commented 2026-04-03 12:37:58 +00:00 (Migrated from github.com)

Summary

  • Adds deploy-uat job to .github/workflows/ci.yml mirroring deploy-dev but targeting apps/overlays/uat/
  • Both deploy-dev and deploy-uat run in parallel after successful builds
  • UAT job updates the same CalVer tag across all four images

Test plan

  • CI workflow has both deploy-dev and deploy-uat jobs
  • Both jobs use the same CalVer tags from build jobs
  • UAT overlay path (apps/overlays/uat/kustomization.yaml) is correct

cc @cpfarhood

## Summary - Adds `deploy-uat` job to `.github/workflows/ci.yml` mirroring `deploy-dev` but targeting `apps/overlays/uat/` - Both `deploy-dev` and `deploy-uat` run in parallel after successful builds - UAT job updates the same CalVer tag across all four images ## Test plan - [ ] CI workflow has both `deploy-dev` and `deploy-uat` jobs - [ ] Both jobs use the same CalVer tags from build jobs - [ ] UAT overlay path (`apps/overlays/uat/kustomization.yaml`) is correct cc @cpfarhood
Sign in to join this conversation.