From 34106cca95e949eba17b555cf223568afbe88468 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 31 Jul 2025 15:57:59 +0000 Subject: [PATCH] pipeline build v27 - secrets section fixed --- .woodpecker.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9cc5002..0c1eec9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -37,7 +37,10 @@ docker compose up -d --force-recreate --remove-orphans; \ echo '✅ Staging stack refreshed with tag ${IMG_TAG}'" -secrets: [ STAGING_SSH_KEY, STAGING_KNOWN_HOSTS ] +secrets: + - STAGING_SSH_KEY + - STAGING_KNOWN_HOSTS + when: event: