dashboard
repositories
filestore
activity
search
login
main
/
zhxy-java-web
智慧社区后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
+
liuyg
2022-01-13
2be36c0024212d6f0d463dfbe6cf100c92a11621
[zhxy-java-web.git]
/
build.sh
1
2
3
4
5
6
7
8
9
#!/bin/bash
echo "====================打包文件===================="
yarn build
echo "====================传输文件===================="
scp -P 22 -r ./dist/** root@192.168.0.157:/docker/nginx/web/html
echo "====================部署完毕===================="