From 3c44f6d1a1db7c9f14a38811edc63a96047f1c1f Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Sun, 25 Jun 2023 10:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3f96fcd8..abc720a1 100644 --- a/build.sh +++ b/build.sh @@ -4,6 +4,6 @@ echo "====================打包文件====================" yarn build echo "====================传输文件====================" -scp -P 22 -r ./dist/** root@192.168.0.188:/docker/nginx/web/html +scp -P 22 -r ./dist/** root@192.168.2.110:/www/wwwroot/192.168.2.110/ echo "====================部署完毕===================="