From b79f3ddd584b0ccf4d82ea29f809e5690cb43cc6 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 15 Feb 2025 15:17:02 +0000 Subject: [PATCH] try again [ci skip] --- .drone.yml | 2 +- modules/kubernetes/setup_tls_secret/renew2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e5f790ed..2f9d2ef3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -95,7 +95,7 @@ steps: CLOUDFLARE_ZONE_ID: from_secret: CLOUDFLARE_ZONE_ID commands: - - "apk update && apk add git certbot expect curl gzip wget" + - "apk update && apk add git certbot expect curl gzip wget jq" # Install terraform cli # - "curl https://releases.hashicorp.com/terraform/0.14.6/terraform_0.14.6_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform" # - "curl https://releases.hashicorp.com/terraform/1.10.3/terraform_1.10.3_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform" diff --git a/modules/kubernetes/setup_tls_secret/renew2.sh b/modules/kubernetes/setup_tls_secret/renew2.sh index 48b0246b..1c6b37b1 100755 --- a/modules/kubernetes/setup_tls_secret/renew2.sh +++ b/modules/kubernetes/setup_tls_secret/renew2.sh @@ -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,