删除脚本
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user