From 90e479b35b9fd1483d32ab5f853b6a720caf2090 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 10 Feb 2021 04:34:48 +0000 Subject: [PATCH] Attempting to add badge to readme. --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 6e628f4..8a25ce7 100644 --- a/README.org +++ b/README.org @@ -4,6 +4,8 @@ GCP Deployment #+EMAIL: mail@jamesblair.net #+DATE: 5th January 2021 +[[https://github.com/jmhbnz/gitlab-gc-deployment/workflows/ci/badge.svg]] + This org file is intended to capture and automate the end to end workflow to deploy an instance of [[https://gitlab.com][Gitlab]] on [[https://console.cloud.google.com][Google Cloud Platform]]. We'll use shell blocks inside this file which can be executed with [[https://orgmode.org/worg/org-contrib/babel/][Babel]]. Additionally we want to explore tangling these source code blocks to shell script files within this document so that the scripts can then be executed by a continous delivery pipeline.