dashboard
repositories
filestore
activity
search
login
main
/
zhny_web
智慧农业后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化农资入库表单规格值1规格值2显示,优化退回,详情按钮位置
guoshilong
2022-08-05
4f7d326b68c18ced8aeeb9bc538de7acdbcb8eb0
[zhny_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 "====================部署完毕===================="