From ebf2ca874346ab6268f8a84e6905e73dfcbb7e8c Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 28 Jun 2026 22:03:43 -0700 Subject: [PATCH] =?UTF-8?q?refactor(.woodpecker.yml):=20add=20immich=20to?= =?UTF-8?q?=20no-op=20provision=20case=20(Pattern=20B=20=E2=80=94=20secret?= =?UTF-8?q?s=20in=20host=20.env)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ddf9870..3289608 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -113,7 +113,7 @@ steps: STACK=$(basename "$f" .yaml) echo "Provisioning: $STACK" 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";; woodpecker) echo " Manual only - skipping";; @@ -134,8 +134,8 @@ steps: create_or_update_secret 'homeassistant_immich_api_key' '${HOMEASSISTANT_IMMICH_API_KEY}'";; mealie) ssh -o StrictHostKeyChecking=no root@${SWARM_MANAGER_IP} "source /tmp/cs.sh - create_or_update_secret 'mealie_db_password' '${MEALIE_DB_PASSWORD}' - create_or_update_secret 'mealie_ldap_query_password' '${MEALIE_LDAP_QUERY_PASSWORD}'";; + create_or_update_secret 'mealie_db_password' '${MEALIE_DB_PASSWORD}' + create_or_update_secret 'mealie_ldap_query_password' '${MEALIE_LDAP_QUERY_PASSWORD}'";; meshcentral) ssh -o StrictHostKeyChecking=no root@${SWARM_MANAGER_IP} "source /tmp/cs.sh create_or_update_secret 'meshcentral_backup_password' '${MESHCENTRAL_BACKUP_PASSWORD}'";; @@ -209,7 +209,7 @@ steps: echo "--- $STACK ---" ssh -o StrictHostKeyChecking=no root@${SWARM_MANAGER_IP} \ "docker stack ps $STACK --filter desired-state=running \ - --format ' {{.Name}} {{.CurrentState}}'" + --format ' {{.Name}} {{.CurrentState}}'" done notify-success: