Fix commands convrt to - |
This commit is contained in:
parent
95f40dbb25
commit
a620994cfe
@ -25,13 +25,14 @@ pipeline:
|
||||
commands:
|
||||
- apk add curl jq
|
||||
- echo "🌐 Creating CNAME for grafana-int.dvirlabs.com"
|
||||
- curl -X POST "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/dns_records" \
|
||||
-H "Authorization: Bearer $CLOUDFLARE_TOKEN" \
|
||||
-H "Content-Type: application/json" \
|
||||
--data '{
|
||||
"type":"CNAME",
|
||||
"name":"grafana-int",
|
||||
"content":"b50bbf48-0a2f-47ce-b73e-336b6718318b.cfargotunnel.com",
|
||||
"ttl":120,
|
||||
"proxied":true
|
||||
}'
|
||||
- |
|
||||
curl -X POST "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/dns_records" \
|
||||
-H "Authorization: Bearer $CLOUDFLARE_TOKEN" \
|
||||
-H "Content-Type: application/json" \
|
||||
--data '{
|
||||
"type": "CNAME",
|
||||
"name": "grafana-int",
|
||||
"content": "b50bbf48-0a2f-47ce-b73e-336b6718318b.cfargotunnel.com",
|
||||
"ttl": 120,
|
||||
"proxied": true
|
||||
}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user