From ab1bc43b302f746540420eebd63dc583e977f09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ru=C3=A1n=20Murgatroyd?= Date: Tue, 8 Oct 2024 10:11:15 +0100 Subject: [PATCH] Who doesn't love badges? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ruán Murgatroyd --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03333d4..335959b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # CS++'s Website +![Deployment](https://img.shields.io/github/actions/workflow/status/cs-soc-tudublin/plume/deploy-to-vps.yaml) Plume is CS++'s website, written in 11ty. It is forked from Redbrick's amazing [Atlas](https://github.com/redbrick/atlas) site. @@ -60,4 +61,4 @@ Once the container has successfully started, navigate to `localhost:[Chosen_Port # Deployment Internally, CS++ deploys Plume automatically to its infrastructure upon a commit to the `main` branch. The GitHub action for this can be found in `.github/workflows/deploy-to-vps.yaml`. -In addition, Plume is designed to be served through a Proxy, like [NGINX](https://nginx.org/), and not run standalone. \ No newline at end of file +In addition, Plume is designed to be served through a Proxy, like [NGINX](https://nginx.org/), and not run standalone.