From 49942a558a6dac50bb9ad3e456debf911afe051e Mon Sep 17 00:00:00 2001 From: ouyangxiu Date: Tue, 10 Jun 2025 17:18:01 +0700 Subject: [PATCH] =?UTF-8?q?fix:=E8=84=9A=E6=9C=AC=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- waiwangceshifu.sh | 6 +++--- zhengshi.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/waiwangceshifu.sh b/waiwangceshifu.sh index b1dfcc0..a05b161 100644 --- a/waiwangceshifu.sh +++ b/waiwangceshifu.sh @@ -2,6 +2,6 @@ npm run build:prod zip -q -r dist.zip dist -#!/bin/bash -scp -P 22889 dist.zip root@139.162.22.207:/server/麻豆涩漫/houtai/ -ssh root@139.162.22.207 -p 22889 "cd /server/麻豆涩漫/houtai && bash /server/麻豆涩漫/houtai/dist.sh" \ No newline at end of file +#mdsm测试服后台 地址 :https://mdsmtest-ht.lcncctn.com +scp -P 22889 dist.zip root@139.162.22.207:/server/mdsm/houtai/ +ssh root@139.162.22.207 -p 22889 "rm -rf /server/mdsm/houtai/dist && /usr/bin/unzip -o /server/mdsm/houtai/dist.zip" \ No newline at end of file diff --git a/zhengshi.sh b/zhengshi.sh index e48b91b..d2d4f29 100644 --- a/zhengshi.sh +++ b/zhengshi.sh @@ -5,5 +5,5 @@ zip -q -r dist.zip dist #!/bin/bash #麻豆涩漫正式服后台更新脚本 -scp dist.zip root@192.168.10.143:/home/boduo/houtai/ -ssh root@192.168.10.143 "cd /home/boduo/houtai/ && bash /home/boduo/houtai/run.sh" \ No newline at end of file +# scp dist.zip root@192.168.10.143:/home/boduo/houtai/ +# ssh root@192.168.10.143 "cd /home/boduo/houtai/ && bash /home/boduo/houtai/run.sh" \ No newline at end of file