Skip to content

Instantly share code, notes, and snippets.

@nicoschoenmaker
Created February 4, 2013 20:32
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 nicoschoenmaker/4709509 to your computer and use it in GitHub Desktop.
Save nicoschoenmaker/4709509 to your computer and use it in GitHub Desktop.
"Dot" /graphviz source code of graph used to create the image of the deployment triangle at http://nschoenmaker.nl/2013/02/technical-solution-to-a-social-problem
digraph deployment_triangle {
subgraph same_ranking_subgraph {
rank = same;
deployed;
master;
}
deployed -> "target tag" -> master -> "target tag" -> deployed -> master -> deployed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment