This commit is contained in:
parent
45f763e76d
commit
3dd4ae76f6
13
.drone.yml
13
.drone.yml
@ -4,24 +4,21 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
teszt:
|
- HE_USERNAME:
|
||||||
from_secret: teszt
|
|
||||||
HE_USERNAME:
|
|
||||||
from_secret: HE_USERNAME
|
from_secret: HE_USERNAME
|
||||||
HE_PASSWORD:
|
- HE_PASSWORD:
|
||||||
from_secret: HE_PASSWORD
|
from_secret: HE_PASSWORD
|
||||||
HE_TOTPKEY:
|
- HE_TOTPKEY:
|
||||||
from_secret: HE_TOTPKEY
|
from_secret: HE_TOTPKEY
|
||||||
CF_APITOKEN:
|
- CF_APITOKEN:
|
||||||
from_secret: CF_APITOKEN
|
from_secret: CF_APITOKEN
|
||||||
CF_ACCOUNTID:
|
- CF_ACCOUNTID:
|
||||||
from_secret: CF_ACCOUNTID
|
from_secret: CF_ACCOUNTID
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Validate configuration and check changes
|
- name: Validate configuration and check changes
|
||||||
image: stackexchange/dnscontrol
|
image: stackexchange/dnscontrol
|
||||||
commands:
|
commands:
|
||||||
- echo $teszt
|
|
||||||
- dnscontrol preview
|
- dnscontrol preview
|
||||||
|
|
||||||
- name: Push new configuration to providers
|
- name: Push new configuration to providers
|
||||||
|
Loading…
Reference in New Issue
Block a user