diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 6f0d73e..fbc3e1a 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -4,6 +4,8 @@ set -e # 📦 Install required tools (run via Woodpecker .woodpecker.yml) # Ensure apk installs: yq, jq, git, bash, curl +apk add --no-cache git bash curl yq jq + echo "🔍 Scanning for apps with cname.yaml..." mkdir -p generated-values