From 281113c2ccc3e889316b88592a8b33c4583166f3 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 12 Dec 2023 23:03:07 -0500 Subject: actions: temporarily disable opentofu --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index ee5543c..b413537 100644 --- a/justfile +++ b/justfile @@ -38,7 +38,7 @@ deploy-all: nix eval \ --json ".#apps.x86_64-linux" \ --apply builtins.attrNames \ - | jq -c '.[]' | grep -v "dry-run" \ + | jq -c '.[]' | grep -v -E "dry-run|apply|destroy|tofu-config|plan" \ | while read -r c; do nix run ".#$c"; done [linux] -- cgit v1.2.3