vaultwarden: retry #8 -- trigger after fixing pipeline compile error (dollar-brace literal in comments)
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-07-27 13:36:17 -07:00
parent e0a6b7d233
commit 6789d2530a
+5 -4
View File
@@ -1,7 +1,8 @@
# 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 #7: TRUE root cause found via full-length diagnostic -- Woodpecker substitutes # Retry #8: retry #7's pipeline failed to compile ("missing closing brace") because
# ${VAR} at pipeline-compile time (secrets absent from that map -> empty string baked # the new documentation header in deploy.yml itself contained a literal dollar-brace
# into the script). All runtime secret refs now escaped as $${VAR}. This trigger # example that Woodpecker's substitution engine tried to parse -- even in comments.
# should finally provision vaultwarden_database_url_v2 and roll the service. # Header rewritten without literal sequences. This trigger should finally run clean:
# provision vaultwarden_database_url_v2, deploy the stack, verify the task.