From 102400afe06414f9af85a887f5c4e5eaac32845f Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Jun 2025 21:29:19 +0300 Subject: [PATCH] Add new app --- .woodpecker.yml | 3 ++- automation/cloudflared-sync.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 40bc8fe..769d005 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,4 +11,5 @@ steps: CLOUDFLARE_API_TOKEN: from_secret: CLOUDFLARE_API_TOKEN CLOUDFLARE_ZONE_ID: - from_secret: CLOUDFLARE_ZONE_ID \ No newline at end of file + from_secret: CLOUDFLARE_ZONE_ID + \ No newline at end of file diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 5e5a19b..ade40b1 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -129,3 +129,4 @@ yq eval '.ingress' "$GENERATED_FILE" | yq eval -o=json '.' - | jq -c '.[]' | whi echo "⚠️ CNAME for $name.dvirlabs.com already exists, skipping" fi done +