Skip to content

A public step for use with Wercker CI that will validate the environment configuration for the application

License

Notifications You must be signed in to change notification settings

generationtux/wercker-step-validate-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validate Environment

A public step for use with Wercker CI that will validate the environment configuration of the application.

Uses a Go package called Par

Example

Say the Hurdy service has it's configuration across environments in the repo itself. Whether it's .env.qa or a configmap, you would pass all the config files that need to be compared against.

 - validate-env:
        files: deploy/qa/configmap.yml deploy/staging/configmap.yml deploy/prod/configmap.yml
        args: data,.env

About

A public step for use with Wercker CI that will validate the environment configuration for the application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages