make envvars array
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2022-01-08 18:15:10 +01:00
parent 45f763e76d
commit 3dd4ae76f6

View File

@ -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