From cfd735f14d88b8bebe313f3ef080cae7f7af8181 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 27 Jul 2026 11:57:30 -0700 Subject: [PATCH] vaultwarden: retry #5 -- real end-to-end test now that repo is public and pipeline bugs are fixed --- vaultwarden/vaultwarden.env | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vaultwarden/vaultwarden.env b/vaultwarden/vaultwarden.env index 22c44cc..16cfd7f 100644 --- a/vaultwarden/vaultwarden.env +++ b/vaultwarden/vaultwarden.env @@ -1,6 +1,7 @@ # 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' # as part of PostgreSQL HA migration prep (ADR-0001). -# Retry #4: fixed two more bugs that only surfaced once CI_PIPELINE_FILES parsing -# started working -- --no-interpolate flag position, and dotfolder (.woodpecker) -# false-matching as a stack name. This commit re-triggers provisioning cleanly. +# Retry #5: repo switched back to public, secret injection confirmed working +# (SSH_KEY=516B, SWARM_MANAGER_IP=12B). All known pipeline bugs fixed. This is +# the real end-to-end test -- should provision vaultwarden_database_url_v2, +# deploy the stack, and verify the task comes back healthy.