echo secret to see if it becomes stars
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2022-01-08 18:11:56 +01:00
parent 3a83190692
commit 4b1fe12018

View File

@ -4,8 +4,8 @@ type: docker
name: default name: default
environment: environment:
CREDS_JSON: teszt:
from_secret: CREDS_JSON from_secret: teszt
HE_USERNAME: HE_USERNAME:
from_secret: HE_USERNAME from_secret: HE_USERNAME
HE_PASSWORD: HE_PASSWORD:
@ -21,7 +21,7 @@ steps:
- name: Validate configuration and check changes - name: Validate configuration and check changes
image: stackexchange/dnscontrol image: stackexchange/dnscontrol
commands: commands:
- echo $CREDS_JSON > creds.json - echo teszt
- dnscontrol preview - dnscontrol preview
- name: Push new configuration to providers - name: Push new configuration to providers