diff --git a/scripts/dev_deploy.sh b/scripts/dev_deploy.sh index 80028f4..363909a 100644 --- a/scripts/dev_deploy.sh +++ b/scripts/dev_deploy.sh @@ -14,7 +14,7 @@ fi # 分支名到端口映射 declare -A PORT_MAP PORT_MAP[v0.4.0_front]="10280:80" -PORT_MAP[main]="80:80" +PORT_MAP[main]="10080:80" PORTS=${PORT_MAP[$BRANCH_NAME]}