summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index b4d42dc..c01fb76 100644
--- a/justfile
+++ b/justfile
@@ -23,7 +23,7 @@ check:
nix flake check
deploy HOST:
- nix run .#{{ HOST }}
+ deploy .#{{ HOST }}
deploy-all: (deploy "atlas") (deploy "p-body")