删除脚本

This commit is contained in:
zjian135@gmail.com
2025-07-18 17:53:22 +07:00
parent 310495254e
commit 3da7adc549
2 changed files with 0 additions and 16 deletions
-7
View File
@@ -1,7 +0,0 @@
#!/bin/bash
npm run build:prod
zip -q -r dist.zip dist
#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 "cd /server/mdsm/houtai && rm -rf /server/mdsm/houtai/dist && /usr/bin/unzip -o /server/mdsm/houtai/dist.zip"
-9
View File
@@ -1,9 +0,0 @@
#!/bin/bash
npm run build:prod
zip -q -r dist.zip dist
#!/bin/bash
#mdsm正式服后台 地址 https://mdsmadmin.yejjhsd.com
scp -P 22889 dist.zip server@34.92.204.175:/home/server/mdsm/houtai
ssh -p 22889 server@34.92.204.175 "bash /home/server/mdsm/houtai/run.sh"