From 96ba85bd431b96c71357afdb265c93c806d063da Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 1 May 2023 00:31:51 -0400 Subject: justfile: add deploy recipes --- justfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/justfile b/justfile index 2b90ae4..481153f 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,7 @@ alias b := build alias c := check +alias d := deploy +alias da := deploy-all alias f := fmt alias l := lint alias lo := lock @@ -21,6 +23,11 @@ build: check: nix flake check --impure +deploy HOST: + nix run .#{{ HOST }} + +deploy-all: (deploy "atlas") (deploy "p-body") + fmt: pre-commit run alejandra && pre-commit run stylua -- cgit v1.2.3