dashboard
repositories
filestore
activity
search
login
main
/
hbsl_web
湖北武汉水利工程管理后台前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
首次提交
zhongrj
2023-03-27
b49cb902546b7a40864b803da5f6958ab239e64f
[hbsl_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 "====================部署完毕===================="