This commit is contained in:
		@@ -4,6 +4,8 @@ type: docker
 | 
				
			|||||||
name: default
 | 
					name: default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
environment:
 | 
					environment:
 | 
				
			||||||
 | 
					  CREDS_JSON:
 | 
				
			||||||
 | 
					    from_secret: CREDS_JSON
 | 
				
			||||||
  HE_USERNAME:
 | 
					  HE_USERNAME:
 | 
				
			||||||
    from_secret: HE_USERNAME
 | 
					    from_secret: HE_USERNAME
 | 
				
			||||||
  HE_PASSWORD:
 | 
					  HE_PASSWORD:
 | 
				
			||||||
@@ -19,6 +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
 | 
				
			||||||
    - dnscontrol preview
 | 
					    - dnscontrol preview
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Push new configuration to providers
 | 
					- name: Push new configuration to providers
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user