Skip to content

Instantly share code, notes, and snippets.

@yeshess
Created May 17, 2017 09:07
Show Gist options
  • Save yeshess/f58a27641a2956ba05e7df1942badfd7 to your computer and use it in GitHub Desktop.
Save yeshess/f58a27641a2956ba05e7df1942badfd7 to your computer and use it in GitHub Desktop.
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