fix: main deploy port
All checks were successful
Dev Deploy / Explore-Gitea-Actions (push) Successful in 14s
All checks were successful
Dev Deploy / Explore-Gitea-Actions (push) Successful in 14s
This commit is contained in:
parent
0c98b399b9
commit
b26e1c5d0b
@ -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]}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user