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