commit 61cb0aee553c8a6b748a17b2f93d8a613c361ce5 Author: dvirlabs Date: Thu Jun 19 11:25:24 2025 +0300 feat: bootstrap apps-gitops central automation repo diff --git a/.wodpecker.yaml b/.wodpecker.yaml new file mode 100644 index 0000000..9705fa2 --- /dev/null +++ b/.wodpecker.yaml @@ -0,0 +1,7 @@ +steps: + sync-cloudflare: + name: Scan Apps and Update Cloudflared + image: alpine + commands: + - apk add --no-cache git bash curl yq + - bash automation/cloudflared-sync.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh new file mode 100644 index 0000000..dd5119a --- /dev/null +++ b/automation/cloudflared-sync.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "🧠 Central Cloudflared Sync Pipeline" +echo "🚀 Ready to scan external GitOps repos for CNAMEs..."