This commit is contained in:
2025-11-28 17:40:40 +08:00
commit 135696ef93
244 changed files with 37401 additions and 0 deletions

9
build.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
echo "====================打包文件===================="
yarn build:prod
echo "====================传输文件===================="
scp -P 22 -r ./dist/** root@192.168.0.188:/docker/nginx/web/html
echo "====================部署完毕===================="