fix: main deploy port
All checks were successful
Dev Deploy / Explore-Gitea-Actions (push) Successful in 14s

This commit is contained in:
Junhui Chen 2025-07-07 15:01:46 +08:00
parent 0c98b399b9
commit b26e1c5d0b

View File

@ -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]}