Browse Source

修改测试环境ip

dev-active_learn
somunslotus 1 year ago
parent
commit
4e8fa216ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/deploy.sh

+ 1
- 1
k8s/deploy.sh View File

@@ -43,7 +43,7 @@ fi

# 根据环境设置 IP 地址
if [ "$env" == "dev" ]; then
remote_ip="172.20.32.181"
remote_ip="172.20.32.197"
elif [ "$env" == "test" ]; then
remote_ip="172.20.32.185"
else


Loading…
Cancel
Save