vaultwarden: retry #4 -- re-trigger after fixing --no-interpolate flag position and dotfolder false-match bugs
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
2026-07-27 11:03:58 -07:00
parent c511b2b607
commit 6fd3018a8c
+3 -4
View File
@@ -1,7 +1,6 @@
# Vaultwarden - Pattern B env (folder-mode); ADMIN_TOKEN/DATABASE_URL are Docker secrets # Vaultwarden - Pattern B env (folder-mode); ADMIN_TOKEN/DATABASE_URL are Docker secrets
# 2026-07: DATABASE_URL secret rotated to point at 'postgresql' alias instead of 'db' # 2026-07: DATABASE_URL secret rotated to point at 'postgresql' alias instead of 'db'
# as part of PostgreSQL HA migration prep (ADR-0001). # as part of PostgreSQL HA migration prep (ADR-0001).
# Retry #3: root cause found and fixed in .woodpecker/deploy.yml -- pipeline was # Retry #4: fixed two more bugs that only surfaced once CI_PIPELINE_FILES parsing
# reading CI_COMMIT_CHANGED_FILES, which does not exist in Woodpecker 3.16. Correct # started working -- --no-interpolate flag position, and dotfolder (.woodpecker)
# variable is CI_PIPELINE_FILES (JSON array). This commit re-triggers provisioning # false-matching as a stack name. This commit re-triggers provisioning cleanly.
# of vaultwarden_database_url_v2 now that the parsing logic is fixed.