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

Closed
AVB wants to merge 1 commits from Redeploy into main
Showing only changes of commit 12e9b5a9c6 - Show all commits
+1 -1
View File
@@ -280,7 +280,7 @@ steps:
# Bootstrap-tier guard: file synced to host, deploy is MANUAL # Bootstrap-tier guard: file synced to host, deploy is MANUAL
case "$STACK" in case "$STACK" in
traefik|woodpecker|postgresql) traefik|woodpecker|postgresql|secrets)
echo " [BOOTSTRAP] $STACK: file synced. Deploy is MANUAL." echo " [BOOTSTRAP] $STACK: file synced. Deploy is MANUAL."
echo " Run: bash /volume1/docker/compose-files/deploy/stack-deploy.sh $STACK" echo " Run: bash /volume1/docker/compose-files/deploy/stack-deploy.sh $STACK"
continue ;; continue ;;