refactor(.woodpecker.yml): add immich to no-op provision case (Pattern B — secrets in host .env)
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-06-28 22:03:43 -07:00
parent 3bc1b4acbf
commit ebf2ca8743
+1 -1
View File
@@ -113,7 +113,7 @@ steps:
STACK=$(basename "$f" .yaml) STACK=$(basename "$f" .yaml)
echo "Provisioning: $STACK" echo "Provisioning: $STACK"
case "$STACK" in case "$STACK" in
maintenance|media|unifi|guacamole|security|auth|traefik) maintenance|media|unifi|guacamole|security|auth|traefik|immich)
echo " No Docker secrets for $STACK — secrets in host .env";; echo " No Docker secrets for $STACK — secrets in host .env";;
woodpecker) woodpecker)
echo " Manual only - skipping";; echo " Manual only - skipping";;