Created
May 17, 2017 09:07
-
-
Save yeshess/f58a27641a2956ba05e7df1942badfd7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
topology_template: | |
workflows: | |
deploy: | |
description: Workflow to deploy the application | |
steps: | |
A: | |
on_success: | |
- B | |
- C | |
B: | |
on_success: | |
- D | |
C: | |
on_success: | |
- D | |
D: | |
E: | |
on_success: | |
- C | |
- F | |
F: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment