Files
huangguo_admin/waiwangceshifu.sh
T
2025-06-14 11:48:44 +07:00

7 lines
326 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/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"