10 lines
276 B

2 years ago
#!/bin/bash
echo "====================打包文件===================="
yarn build
echo "====================传输文件===================="
scp -P 22 -r ./dist/** root@192.168.2.110:/www/wwwroot/192.168.2.110/
2 years ago
echo "====================部署完毕===================="