diff --git a/Makefile b/Makefile index 1e41081186ebb12568fe598d9e4b45b24b496cda..473fbf17fa77897d64616b3bd3ec67fc5fa48de8 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,10 @@ check-machine: ## Check your local machine setup to be prepared for the installa cli: ## Install koolbox CLI (Contains all tools used in this project) cd ./cli && make install +.PHONY: cli-config +cli-config: ## Configure koolbox CLI (To setup terraform values as well was tokens) + cd ./cli && make config + .PHONY: deploy deploy: check-machine ## Deploy infrastructure on Hetzner Cloud cd ./terraform && make apply