security-pc/build.sh

10 lines
271 B
Bash
Raw Permalink Normal View History

2024-03-14 15:17:44 +08:00
#!/bin/bash
echo "====================打包文件===================="
yarn build
echo "====================传输文件===================="
scp -P 22 -r ./dist/** root@192.168.0.157:/docker/nginx/web/html
echo "====================部署完毕===================="