this repo has no description
0
fork

Configure Feed

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

build: vendor artifacts as part of bootstrapping

Khue Doan 8261fdca 647b2d50

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