From 3a8319069221e176d924390faf806d7d14dcad4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 8 Jan 2022 18:08:32 +0100 Subject: [PATCH] try something --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 41ea59d..4b3f829 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,8 @@ type: docker name: default environment: + CREDS_JSON: + from_secret: CREDS_JSON HE_USERNAME: from_secret: HE_USERNAME HE_PASSWORD: @@ -19,6 +21,7 @@ steps: - name: Validate configuration and check changes image: stackexchange/dnscontrol commands: + - echo $CREDS_JSON > creds.json - dnscontrol preview - name: Push new configuration to providers