From cf6200df825372c00384dbf826bbadcad4ea29f8 Mon Sep 17 00:00:00 2001 From: slashr Date: Sun, 14 Apr 2024 13:32:55 +0200 Subject: [PATCH 1/3] test badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6681f11..a99b7ca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![example workflow](https://github.com/slashr/homelab/actions/workflows/actions.yml/badge.svg) + # Homelab Architecture My Homelab is a mix of Oracle Cloud Infrastructure and three Raspberry Pis. The Raspberry Pi is the Master Node of the Kubernetes cluster and uses a small Oracle instance to expose it's APIs to the internet using a Wireguard VPN setup. From 83c5a56f7ed87ff859dd5ed1ae466ac97a356677 Mon Sep 17 00:00:00 2001 From: slashr Date: Sun, 14 Apr 2024 13:33:58 +0200 Subject: [PATCH 2/3] test badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a99b7ca..34f7110 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -![example workflow](https://github.com/slashr/homelab/actions/workflows/actions.yml/badge.svg) +![staging branch parameter](https://github.com/slashr/homelab/actions/workflows/actions.yml/badge.svg/?branch=staging) +![production workflow](https://github.com/slashr/homelab/actions/workflows/actions.yml/badge.svg/?branch=main) # Homelab Architecture From 72b1307923e00141dcd6eccae00809a9474eb979 Mon Sep 17 00:00:00 2001 From: slashr Date: Sun, 14 Apr 2024 13:37:52 +0200 Subject: [PATCH 3/3] test badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 34f7110..8fdf3c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![staging branch parameter](https://github.com/slashr/homelab/actions/workflows/actions.yml/badge.svg/?branch=staging) -![production workflow](https://github.com/slashr/homelab/actions/workflows/actions.yml/badge.svg/?branch=main) +![homelab workflow](https://github.com/slashr/homelab/actions/workflows/actions.yml/badge.svg) # Homelab Architecture