force recreate
All checks were successful
ci/woodpecker/push/db Pipeline was successful

This commit is contained in:
Stephan D
2025-11-07 12:46:10 +01:00
parent 0dfe32161a
commit cc92b2b1dd

View File

@@ -54,7 +54,7 @@ set -a; . ../env/.env.runtime; set +a
VAULT_ROLE_ID="${VAULT_ROLE_ID}" VAULT_SECRET_ID="${VAULT_SECRET_ID}" docker compose -f db.yml pull --quiet 2>/dev/null || \
VAULT_ROLE_ID="${VAULT_ROLE_ID}" VAULT_SECRET_ID="${VAULT_SECRET_ID}" docker compose -f db.yml pull
VAULT_ROLE_ID="${VAULT_ROLE_ID}" VAULT_SECRET_ID="${VAULT_SECRET_ID}" docker compose -f db.yml up -d --remove-orphans
VAULT_ROLE_ID="${VAULT_ROLE_ID}" VAULT_SECRET_ID="${VAULT_SECRET_ID}" docker compose -f db.yml up -d --remove-orphans --force-recreate
docker compose -f db.yml ps
date -Is > .last_deploy