From 61cb0aee553c8a6b748a17b2f93d8a613c361ce5 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 19 Jun 2025 11:25:24 +0300 Subject: [PATCH] feat: bootstrap apps-gitops central automation repo --- .wodpecker.yaml | 7 +++++++ README.md | 0 automation/cloudflared-sync.sh | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 .wodpecker.yaml create mode 100644 README.md create mode 100644 automation/cloudflared-sync.sh 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..."