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

Makefile: Add global install parameter for the CLI

parent 77dbf1e5
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,10 @@ check-machine: ## Check your local machine setup to be prepared for the installa ...@@ -10,6 +10,10 @@ check-machine: ## Check your local machine setup to be prepared for the installa
command -v sops >/dev/null command -v sops >/dev/null
command -v terraform >/dev/null command -v terraform >/dev/null
.PHONY: cli
cli: ## Install koolbox CLI (Contains all tools used in this project)
cd ./cli && make install
.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
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