feat: bootstrap apps-gitops central automation repo
This commit is contained in:
commit
61cb0aee55
7
.wodpecker.yaml
Normal file
7
.wodpecker.yaml
Normal 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
|
||||
3
automation/cloudflared-sync.sh
Normal file
3
automation/cloudflared-sync.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
echo "🧠 Central Cloudflared Sync Pipeline"
|
||||
echo "🚀 Ready to scan external GitOps repos for CNAMEs..."
|
||||
Loading…
x
Reference in New Issue
Block a user