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

fix(deploy): Short wait period to start full install

parent 4dc26c1d
No related branches found
No related tags found
1 merge request!2Draft: Makefile: Add all commands to deploy the kubernetes controlplane
......@@ -22,7 +22,7 @@ cli-config: ## Configure koolbox CLI (To setup terraform values as well was toke
deploy: check-machine ## Deploy infrastructure on Hetzner Cloud
cd ./terraform && make apply
date
sleep 600
sleep 300
make kubernetes-install
.PHONY: 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