fix: keep staging control plane on main

This commit is contained in:
Jesse_Chen
2026-07-21 07:45:14 +08:00
parent bd7c9830bb
commit 9e119df977
11 changed files with 100 additions and 27 deletions
+1 -1
View File
@@ -146,8 +146,8 @@ rollback() {
}
trap rollback ERR
"${compose[@]}" up -d --no-build --remove-orphans
switched=true
"${compose[@]}" up -d --no-build --remove-orphans
verify_container_image() {
local service="$1"