From 9f6a4439535eacde749e9407790a01c12246beda Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Wed, 26 Mar 2025 11:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/deploy.sh b/k8s/deploy.sh index 2dffc04f..c5c9b331 100755 --- a/k8s/deploy.sh +++ b/k8s/deploy.sh @@ -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