diff --git a/build.sh b/build.sh index 3f96fcd8..abc720a1 100644 --- a/build.sh +++ b/build.sh @@ -4,6 +4,6 @@ echo "====================打包文件====================" yarn build echo "====================传输文件====================" -scp -P 22 -r ./dist/** root@192.168.0.188:/docker/nginx/web/html +scp -P 22 -r ./dist/** root@192.168.2.110:/www/wwwroot/192.168.2.110/ echo "====================部署完毕===================="