Skip to content

Instantly share code, notes, and snippets.

@yeshess
Created May 17, 2017 09:07
Show Gist options
  • Select an option

  • Save yeshess/d7c62b8adcdeed8196da40a2ce62d16c to your computer and use it in GitHub Desktop.

Select an option

Save yeshess/d7c62b8adcdeed8196da40a2ce62d16c 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