Skip to content

Instantly share code, notes, and snippets.

@billmoritz
Created August 21, 2014 12:24
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 billmoritz/c26955bbc7950d42da28 to your computer and use it in GitHub Desktop.
Save billmoritz/c26955bbc7950d42da28 to your computer and use it in GitHub Desktop.
environment_groups:
corporate:
- corporate
development:
- development
int:
- int
qa:
- qa
staging:
- staging
test:
- test
production:
- production
test_group:
- corporate
- development
- int
- test
qa_group:
- qa
- staging
all:
- corporate
- development
- int
- qa
- staging
- test
- production
version_change_threshold: 2
preserve_constraint_operators: true
always_promote_remote: true
json_options:
indent: " "
plugins:
git:
enabled: true
foodcritic:
tags:
- any
hipchat:
api_token: xxxxxxxxxxxxxxxxxxxx
rooms:
- General
notify: false
color: yellow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment