Files
huangguo_admin/zhengshi.sh
T
2025-06-26 14:31:17 +07:00

9 lines
270 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
#!/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"