Browse Source

优化部署

pull/225/head
chenzhihang 9 months ago
parent
commit
bab7720950
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      k8s/deploy.sh

+ 3
- 3
k8s/deploy.sh View File

@@ -43,11 +43,11 @@ fi


# 根据环境设置 IP 地址 # 根据环境设置 IP 地址
if [ "$env" == "dev" ]; then if [ "$env" == "dev" ]; then
remote_ip="172.168.15.197"
remote_ip="172.20.32.197"
elif [ "$env" == "test" ]; then elif [ "$env" == "test" ]; then
remote_ip="172.168.15.185"
remote_ip="172.20.32.185"
elif [ "$env" == "test1" ]; then elif [ "$env" == "test1" ]; then
remote_ip="172.168.15.235"
remote_ip="172.20.32.235"
else else
echo "Invalid environment - $env" echo "Invalid environment - $env"
exit 1 exit 1


Loading…
Cancel
Save