Try to set it like woodpecker format

This commit is contained in:
dvirlabs 2025-05-04 21:28:42 +03:00
parent 65ca368163
commit 04de910035

View File

@ -22,8 +22,8 @@ steps:
- name: create-cloudflare-cname
image: alpine:latest
environment:
- CLOUDFLARE_TOKEN
- CLOUDFLARE_ZONE_ID
CLOUDFLARE_TOKEN: ${CLOUDFLARE_TOKEN}
CLOUDFLARE_ZONE_ID: ${CLOUDFLARE_ZONE_ID}
commands:
- apk add curl jq
- echo "🌐 Creating CNAME for grafana-int.dvirlabs.com"