From aaa437eae80fde3d5f77e27c16f47c6baa580f06 Mon Sep 17 00:00:00 2001 From: wany <13995595726@qq.com> Date: Fri, 20 Sep 2024 15:28:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AA=80=E6=A0=91=E5=B2=97=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy_dev.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_dev.ps1 b/deploy_dev.ps1 index 3258ffa..0cb5464 100644 --- a/deploy_dev.ps1 +++ b/deploy_dev.ps1 @@ -1,5 +1,5 @@ $src="./target/gunshi-project-xyt-1.0-SNAPSHOT.jar" -$dst_dir="~/gunshiApp/xyt" +$dst_dir="~/gunshiApp/tsg" $dst_host="10.0.41.112" $dst_port=22 $user="root"