From 12e9b5a9c6d7ef1e55c3a606fd5bc5d037d31f89 Mon Sep 17 00:00:00 2001 From: AVB Date: Tue, 28 Jul 2026 08:33:54 -0700 Subject: [PATCH] Add secrets folder as an excluded deploy folder as it is utility only. Fixed removal of postgresql --- .woodpecker/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index c921bbe..bbd3880 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -280,7 +280,7 @@ steps: # Bootstrap-tier guard: file synced to host, deploy is MANUAL case "$STACK" in - traefik|woodpecker|postgresql) + traefik|woodpecker|postgresql|secrets) echo " [BOOTSTRAP] $STACK: file synced. Deploy is MANUAL." echo " Run: bash /volume1/docker/compose-files/deploy/stack-deploy.sh $STACK" continue ;; -- 2.54.0