Files
huangguo_admin/zhengshi.sh
T
2025-06-10 21:08:04 +07:00

9 lines
263 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 dist.zip root@192.168.10.143:/home/mdsm/houtai/
ssh root@192.168.10.143 "cd /home/mdsm/houtai && bash /home/mdsm/houtai/run.sh"