apps-gitops/.woodpecker.yml
2025-06-23 00:19:23 +03:00

17 lines
419 B
YAML

steps:
sync-cloudflare:
when:
branch: [master]
name: Scan Apps and Update Cloudflared
image: alpine
commands:
- apk add --no-cache git bash curl yq
- bash automation/main.sh
environment:
GIT_TOKEN:
from_secret: GIT_TOKEN
CLOUDFLARE_API_TOKEN:
from_secret: CLOUDFLARE_API_TOKEN
CLOUDFLARE_ZONE_ID:
from_secret: CLOUDFLARE_ZONE_ID