Files
huangguo_landpage/p.sh
T
2026-09-15 16:25:45 +07:00

8 lines
244 B
Bash
Executable File
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.
set -e
pnpm run build
zip -q -r dist.zip dist
#黄果落地页地址 https://huangguo.com
scp -P 22889 dist.zip server@34.92.204.175:/home/server/huangguo/ldy/
ssh server@34.92.204.175 -p 22889 "bash /home/server/huangguo/ldy/rsupdate.sh"