Skip to content

Commit 01d5da5

Browse files
committed
Merge branch 'main' into develop
2 parents 9a1af40 + f5fd66c commit 01d5da5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd "${SCRIPT_DIR}"
1818

1919
# 仓库根目录(website 的上一级)
2020
REPO_DIR="$(git -C "${SCRIPT_DIR}" rev-parse --show-toplevel)"
21-
BRANCH="${DEPLOY_BRANCH:-main}"
21+
BRANCH="${DEPLOY_BRANCH:-develop}"
2222

2323
# ── Docker 调用自适应 sudo ────────────────────
2424
# 当前用户若不在 docker 组(无法免密调用 docker),自动回退到 sudo。

0 commit comments

Comments
 (0)