This website requires JavaScript.
Explore
Help
Register
Sign In
yixr
/
oa_front
Watch
1
Star
0
Fork
You've already forked oa_front
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
adca36062e
oa_front
/
deploy.sh
6 lines
115 B
Bash
Raw
Normal View
History
Unescape
Escape
build: 自动部署脚本
2024-02-28 11:02:39 +08:00
#!/bin/bash
# 拉取最新的代码
git pull
build: 项目搭建完成
2024-02-28 11:54:30 +08:00
docker compose --env-file .env --env-file .env.production up --build