From 773d59f2606c924de218d8d5bdfadcc875084047 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 27 Dec 2023 04:49:26 -0500 Subject: terranix: better handle deployments --- justfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index b8af071..2c1edd2 100644 --- a/justfile +++ b/justfile @@ -33,13 +33,6 @@ build: check: nix flake check -clean: - rm -rf \ - result* \ - repl-result-out* \ - config.tf.json \ - .terraform/ - [linux] [macos] dry-run: @@ -66,3 +59,10 @@ update-input input: --update-input {{ input }} \ --commit-lock-file \ --commit-lockfile-summary "flake: update {{ input }}" + +clean: + rm -rf \ + result* \ + repl-result-out* \ + config.tf.json \ + .terraform* -- cgit v1.2.3