summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-12 23:03:07 -0500
committerseth <[email protected]>2023-12-12 23:03:07 -0500
commit281113c2ccc3e889316b88592a8b33c4583166f3 (patch)
tree506dbf98bd36f23c5aeb2487789ff868f8af0467 /justfile
parentce34516178eddd64a7eec4b23184f957501e4369 (diff)
actions: temporarily disable opentofu
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
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]