From 8df7f486588a1a42042d5d6bcee29139a06af82f Mon Sep 17 00:00:00 2001 From: Tamas Kiss Date: Thu, 26 May 2022 13:38:09 +0200 Subject: [PATCH] docs: add CI badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a57bde7..785ed3f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Terraform config for drone +[![Build Status](https://drone.thomasklein.me/api/badges/thomasklein/terraform-app-drone/status.svg)](https://drone.thomasklein.me/thomasklein/terraform-app-drone) + Drone is a self-hosted Continuous Integration platform. This terraform root module will create a Gitea OAuth2 application, a persistent volume for Drone and installs Drone to a Kubernetes namespace on Lawndale. **This module assumes Lawndale as the hosting environment!**