Skip to content

Instantly share code, notes, and snippets.

@mweagle
Created September 28, 2017 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mweagle/ca69c48bd99d6166fba9526658fff4ff to your computer and use it in GitHub Desktop.
Save mweagle/ca69c48bd99d6166fba9526658fff4ff to your computer and use it in GitHub Desktop.
func init() {
sparta.RegisterCodePipelineEnvironment("test", map[string]string{
"MESSAGE": "Hello Test!",
})
sparta.RegisterCodePipelineEnvironment("production", map[string]string{
"MESSAGE": "Hello Production!",
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment