From 3dd4ae76f60a47987222be20cadba140183b4616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 8 Jan 2022 18:15:10 +0100 Subject: [PATCH] make envvars array --- .drone.yml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2ebb99b..c86314d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,24 +4,21 @@ type: docker name: default environment: - teszt: - from_secret: teszt - HE_USERNAME: - from_secret: HE_USERNAME - HE_PASSWORD: - from_secret: HE_PASSWORD - HE_TOTPKEY: - from_secret: HE_TOTPKEY - CF_APITOKEN: - from_secret: CF_APITOKEN - CF_ACCOUNTID: - from_secret: CF_ACCOUNTID + - HE_USERNAME: + from_secret: HE_USERNAME + - HE_PASSWORD: + from_secret: HE_PASSWORD + - HE_TOTPKEY: + from_secret: HE_TOTPKEY + - CF_APITOKEN: + from_secret: CF_APITOKEN + - CF_ACCOUNTID: + from_secret: CF_ACCOUNTID steps: - name: Validate configuration and check changes image: stackexchange/dnscontrol commands: - - echo $teszt - dnscontrol preview - name: Push new configuration to providers