Skip to content

Instantly share code, notes, and snippets.

@jchauncey
Created August 1, 2014 18:08
Show Gist options
  • Save jchauncey/f40e20a13ddb06043b25 to your computer and use it in GitHub Desktop.
Save jchauncey/f40e20a13ddb06043b25 to your computer and use it in GitHub Desktop.
{
"name":"foo",
"environments": {
"bld": {
"env_vars": {
"foo":"1",
"bar":"2"
},
"docker_hosts":["foo-docker-01", "foo-docker-02"]
},
"prod": {
"env_vars": {
"foo":"1",
"bar":"2"
},
"docker_hosts":["foo-docker-01", "foo-docker-02"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment