apps-gitops/.woodpecker.yml
2025-06-20 19:13:56 +03:00

10 lines
253 B
YAML

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
environment:
GIT_TOKEN:
from_secret: GIT_TOKEN