From 2bfdb8af80b2dd056acf17fc138b3c4cebcd3310 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Wed, 24 Jan 2024 10:20:13 +0100 Subject: [PATCH] just default --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 2d45110..d25ac09 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,6 @@ +# try locally +default: local + # encode secrets encode: sops --output-type yaml -e .auto.tfvars.json > .auto.tfvars.enc.yaml @@ -15,7 +18,7 @@ validate: nix run .#validate # apply changes -default: +apply: nix run .#apply # show generated plan