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

Makefile: Add command to run CLI configuration

parent 9d98d91c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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