Add secrets folder as an excluded deploy folder as it is utility only.

Fixed removal of postgresql
This commit is contained in:
AVB
2026-07-28 08:33:54 -07:00
parent 9a5b028e07
commit 12e9b5a9c6
+1 -1
View File
@@ -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 ;;