Created
August 3, 2012 12:07
-
-
Save dornatsky/3246994 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
launch: | |
steps: [] | |
destroy: | |
steps: [] | |
scale-up: | |
steps: [] | |
scale-down: | |
parameters: | |
- app-tier-size: | |
description: Number of servers in app tier | |
default: 1 | |
min: 1 | |
max: 20 | |
- app-fork: | |
description: Source control fork | |
default: "dieu" | |
steps: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment