Browse Source

优化部署

dev-active_learn
chenzhihang 10 months ago
parent
commit
9f6a443953
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      k8s/deploy.sh

+ 2
- 0
k8s/deploy.sh View File

@@ -46,6 +46,8 @@ if [ "$env" == "dev" ]; then
remote_ip="172.20.32.197"
elif [ "$env" == "test" ]; then
remote_ip="172.20.32.185"
elif [ "$env" == "test1" ]; then
remote_ip="172.20.32.235"
else
echo "Invalid environment - $env"
exit 1


Loading…
Cancel
Save