summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/justfile b/justfile
index 8674597..9af8f59 100644
--- a/justfile
+++ b/justfile
@@ -24,10 +24,9 @@ check:
nix flake check
deploy HOST:
- deploy .#{{ HOST }}
+ nix run .#{{ HOST }}
-deploy-all:
- deploy
+deploy-all: (deploy "atlas")
[linux]
dry-run: