fix(cicd): 收敛 public-edge 单一写入权

This commit is contained in:
pikastech
2026-07-18 17:59:04 +02:00
parent 6429f49823
commit 866afde16b
15 changed files with 987 additions and 179 deletions
+1 -2
View File
@@ -69,10 +69,9 @@ bun scripts/cli.ts platform-infra temporal status --target NC01 --full
bun scripts/cli.ts platform-infra temporal validate --target NC01
```
5. 只在 Temporal ready 后收敛共享公网入口:
5. Temporal ready 后只读核对共享公网入口;公网配置由 `master` merge 后的唯一 PaC authority 自动收敛
```bash
bun scripts/cli.ts platform-infra public-edge apply --target NC01 --confirm
bun scripts/cli.ts platform-infra public-edge status --target NC01
```