hardcode viktorbarzin.me domain in renewal [ci skip]

This commit is contained in:
Viktor Barzin 2025-02-15 14:42:23 +00:00
parent cb2ab1596c
commit 337a01f6b1

View file

@ -28,7 +28,7 @@ curl https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/dns_records
-d "{
\"comment\": \"Domain verification record\",
\"content\": \"$CERTBOT_VALIDATION\",
\"name\": \"_acme-challenge.$CERTBOT_DOMAIN\",
\"name\": \"_acme-challenge.viktorbarzin.me\",
\"proxied\": false,
\"ttl\": 60,
\"type\": \"TXT\"