try again [ci skip]

This commit is contained in:
Viktor Barzin 2025-02-15 15:17:02 +00:00
parent 337a01f6b1
commit b79f3ddd58
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ curl https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/dns_records
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CLOUDFLARE_TOKEN" \
-d "{
\"comment\": \"Domain verification record\",
\"comment\": \"certbot temporary challenge\",
\"content\": \"$CERTBOT_VALIDATION\",
\"name\": \"_acme-challenge.viktorbarzin.me\",
\"proxied\": false,