mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Fix volume name in .woodpecker.yml
This commit is contained in:
parent
079a63f69f
commit
b5a645ac5f
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ steps:
|
|||
docker-compose down;
|
||||
docker image rm "$IMAGE_TAG" || true;
|
||||
docker pull "$IMAGE_TAG":latest;
|
||||
docker volume rm "$IMAGE_TAG"_db_data || true;
|
||||
docker volume rm "${IMAGE_TAG}_db_data" || true;
|
||||
docker compose up -d'
|
||||
secrets: [IMAGE_TAG, SSH_KEY, PROJECT_DIR]
|
||||
|
|
Loading…
Reference in a new issue