localhost_oa_front/deploy.sh

6 lines
118 B
Bash
Raw Normal View History

2024-02-28 11:02:39 +08:00
#!/bin/bash
# 拉取最新的代码
git pull
2024-02-28 12:59:10 +08:00
docker compose --env-file .env --env-file .env.production up -d --build