Skip to content
Snippets Groups Projects
Verified Commit d2baaa75 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Add destruction command to main CLI

parent a5dc7e21
No related branches found
No related tags found
No related merge requests found
...@@ -17,3 +17,7 @@ cli: ## Install koolbox CLI (Contains all tools used in this project) ...@@ -17,3 +17,7 @@ cli: ## Install koolbox CLI (Contains all tools used in this project)
.PHONY: deploy .PHONY: deploy
deploy: check-machine ## Deploy infrastructure on Hetzner Cloud deploy: check-machine ## Deploy infrastructure on Hetzner Cloud
cd ./terraform && make apply cd ./terraform && make apply
.PHONY: destroy
destroy: check-machine ## Destroy infrastructure on Hetzner Cloud
cd ./terraform && make destroy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment