feat: bootstrap apps-gitops central automation repo

This commit is contained in:
dvirlabs 2025-06-19 11:25:24 +03:00
commit 61cb0aee55
3 changed files with 10 additions and 0 deletions

7
.wodpecker.yaml Normal file
View File

@ -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

0
README.md Normal file
View File

View File

@ -0,0 +1,3 @@
#!/bin/bash
echo "🧠 Central Cloudflared Sync Pipeline"
echo "🚀 Ready to scan external GitOps repos for CNAMEs..."