From 98b332783aea544f1cfe21894f7c9fb5ccc2f7da Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 3 Jan 2020 15:03:40 +1100 Subject: [PATCH] Update html to support mermaid --- categories/devops.md | 4 ++-- index.html | 41 +++++++++++++++++++++++++++++------------ 2 files changed, 31 insertions(+), 14 deletions(-) diff --git a/categories/devops.md b/categories/devops.md index dfe056a..6016e34 100644 --- a/categories/devops.md +++ b/categories/devops.md @@ -30,9 +30,9 @@ A(("Code commit")) -->B1["CI job"] B1 -->C["New Docker Image"] C --Update Kubernetes template--> D[New Kubernetes manifest Yaml] D --Git commit-->E[Deployment Repo] -E --Self trigger--> F((Deploy to Kubernetes)) +E --Self trigger--> F((Deploy to K8s)) F --Manual/Auto trigger--> G[Update manifest] -G --> H((Deploy Next environment)) +G --> H((Deploy to Next env)) ``` ## Automation tools diff --git a/index.html b/index.html index b549a4e..cb05d9e 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,8 @@ + +