@@ -22,7 +22,7 @@ upstream/develop ────────────────────
2222 │
2323 │ PR from release/ branch only
2424 ▼
25- bv-develop ◄── integration branch → AKS staging
25+ bv-develop ◄── integration branch → AKS staging (manual deploy trigger)
2626 │
2727 ┌────┴────────────────────┐
2828 ▼ ▼
@@ -37,7 +37,7 @@ sync/upstream-<date> → PR to bv-develop (short-lived, delet
3737| Branch | Purpose | Azure DevOps trigger |
3838| ---| ---| ---|
3939| ` bv-main ` | Production-stable, tagged releases | Tag ` v*-bv* ` → deploy AKS prod (manual approval) |
40- | ` bv-develop ` | Integration, always deployable | Push → deploy AKS staging (auto ) |
40+ | ` bv-develop ` | Integration, always deployable | Push → deploy AKS staging (manual trigger ) |
4141| ` origin/master ` | Upstream master mirror — do not modify | None |
4242| ` origin/develop ` | Upstream develop mirror — do not modify | None |
4343
@@ -160,7 +160,8 @@ Rule: **if a commit has no `[BV]` prefix, it must be clean enough to open a PR o
160160| Trigger | Jobs | Gate |
161161| ---| ---| ---|
162162| PR to ` bv-develop ` | Build, static checks, unit tests | Auto — must pass before merge |
163- | Push to ` bv-develop ` | Build, push to ACR (` :develop ` tag), deploy AKS staging | Auto |
163+ | Push to ` bv-develop ` | Build, push to ACR (` :develop ` tag) | Auto |
164+ | Deploy AKS staging | Deploy latest ` :develop ` image | Manual trigger |
164165| Tag ` v*-bv* ` | Build, push to ACR (` :version ` + ` :latest ` tags), deploy AKS prod | Manual approval |
165166
166167### Docker image naming in ACR
0 commit comments