gaoshp
2025-07-08 cf0f95770c9b5aea1b5c445078e329e48019eb3d
1
2
3
4
5
6
7
8
9
#!/bin/bash
 
echo "====================打包文件===================="
yarn build:prod
echo "====================传输文件===================="
 
scp -P 22 -r ./dist/** root@192.168.0.188:/docker/nginx/web/html
 
echo "====================部署完毕===================="