Fix commands convrt to - |
This commit is contained in:
parent
95f40dbb25
commit
a620994cfe
@ -25,7 +25,8 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- apk add curl jq
|
- apk add curl jq
|
||||||
- echo "🌐 Creating CNAME for grafana-int.dvirlabs.com"
|
- echo "🌐 Creating CNAME for grafana-int.dvirlabs.com"
|
||||||
- curl -X POST "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/dns_records" \
|
- |
|
||||||
|
curl -X POST "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/dns_records" \
|
||||||
-H "Authorization: Bearer $CLOUDFLARE_TOKEN" \
|
-H "Authorization: Bearer $CLOUDFLARE_TOKEN" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
--data '{
|
--data '{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user