fix drone config 11
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
BryantHe 2023-07-09 05:46:44 +08:00
parent da5b84e5c9
commit b5ecdc9eef

View File

@ -33,6 +33,7 @@ steps:
- git fetch
- git checkout ${DRONE_BRANCH}
- git reset --hard ${DRONE_COMMIT}
- docker-compose down
- docker-compose up -d --build --force-recreate
- docker image prune -f
when:
@ -75,6 +76,7 @@ steps:
- git fetch
- git checkout ${DRONE_BRANCH}
- git reset --hard ${DRONE_COMMIT}
- docker-compose down
- docker-compose up -d --build --force-recreate
- docker image prune -f
when: