Skip to content

Commit d59fd3e

Browse files
committed
[BV] Correct docs: bv-develop staging deploy is manually triggered, not automatic on push
1 parent 6bc7d9e commit d59fd3e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The upstream project is a DFIR case-management platform (Python/Flask backend, S
1010
| Branch | Purpose | Push rules |
1111
|---|---|---|
1212
| `bv-main` | Production-stable. Tagged releases deploy to AKS prod. | PR only, 1 approval + CI green |
13-
| `bv-develop` | Integration branch. Pushes auto-deploy to AKS staging. | Direct push allowed; PR preferred |
13+
| `bv-develop` | Integration branch. Staging (AKS) deploy is triggered manually, not automatically on push. | Direct push allowed; PR preferred |
1414
| `origin/master` | Upstream master mirror — **never modify** | Read-only |
1515
| `origin/develop` | Upstream develop mirror — **never modify** | Read-only |
1616

bV-development-guide.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)