From 2cb8c12f65529b55ab8b04c70955b10c829a7006 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 1 Oct 2025 16:33:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/deploy_staging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy_staging.sh b/deploy/deploy_staging.sh index f2d623259..ecdbd91a1 100644 --- a/deploy/deploy_staging.sh +++ b/deploy/deploy_staging.sh @@ -4,7 +4,7 @@ set -euo pipefail # 可用法: # ./deploy-staging.sh # ./deploy-staging.sh feature/docker -deploy_branch="${1:-feature/docker}" +deploy_branch="${1:-main}" repo_dir="/opt/openisle/OpenIsle-staging" compose_file="${repo_dir}/docker/docker-compose.yaml"