Browse Source

修改开发环境ip

dev-complex-computation
chenzhihang 1 year ago
parent
commit
1ff139a960
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 地址 # 根据环境设置 IP 地址
if [ "$env" == "dev" ]; then if [ "$env" == "dev" ]; then
remote_ip="172.20.32.181"
remote_ip="172.20.32.197"
elif [ "$env" == "test" ]; then elif [ "$env" == "test" ]; then
remote_ip="172.20.32.185" remote_ip="172.20.32.185"
else else


Loading…
Cancel
Save