From d2baaa75749a98fae1ff49527770d325f2ba5e8d Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 5 Oct 2021 21:41:58 +0200
Subject: [PATCH] Add destruction command to main CLI

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 66b39d19b..1e4108118 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,7 @@ cli: ## Install koolbox CLI (Contains all tools used in this project)
 .PHONY: deploy
 deploy: check-machine ## Deploy infrastructure on Hetzner Cloud
 	cd ./terraform && make apply
+
+.PHONY: destroy
+destroy: check-machine ## Destroy infrastructure on Hetzner Cloud
+	cd ./terraform && make destroy
-- 
GitLab