this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: initial bootstrap command

+8 -1
+8 -1
Makefile
··· 1 1 .POSIX: 2 - .PHONY: default compose infra platform apps test fmt tidy update 2 + .PHONY: default compose infra bootstrap platform apps test fmt tidy update 3 3 4 4 env ?= $(shell ls infra | fzf --prompt "Select environment: ") 5 5 ··· 10 10 11 11 infra: 12 12 cd infra/${env} && terragrunt apply --all 13 + 14 + bootstrap: 15 + # TODO maybe a single bootstrap command? 16 + toolbox secrets \ 17 + --settings settings.yaml \ 18 + --hosts-file infra/_modules/nixos/hosts.json \ 19 + --host kube-1 13 20 14 21 platform: 15 22 # TODO don't hard code registry