oa_based/deploy.sh

9 lines
151 B
Bash
Raw Normal View History

2024-02-28 12:59:45 +08:00
#!/bin/bash
# 拉取最新的代码
2024-03-28 12:48:22 +08:00
git config core.fileMode false
2024-02-28 12:59:45 +08:00
git pull
2024-03-28 12:48:22 +08:00
docker-compose --env-file .env --env-file .env.production up -d --build