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 +