create drone configuration
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2022-01-08 17:39:38 +01:00
parent ebeabaa0a6
commit ee9c262284

36
.drone.yml Normal file
View File

@ -0,0 +1,36 @@
kind: pipeline
type: docker
name: default
steps:
- name: Validate configuration and check changes
image: stackexchange/dnscontrol
environment:
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
commands:
- dnscontrol preview
- name: Push new configuration to providers
image: stackexchange/dnscontrol
environment:
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
commands:
- dnscontrol push