From 202d507b99545fcac01d6cc9b13e707534aa6345 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 28 Sep 2023 18:29:51 +0800 Subject: [PATCH] Makefile: add deploy step --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 77b51be3..28486c70 100644 --- a/Makefile +++ b/Makefile @@ -32,3 +32,7 @@ docs-serve: .PHONY: docs-build docs-build: nix develop '.#docs' --impure -c hugo -s ./docs/ + +.PHONY: deploy +deploy: + nix develop --impure -c deploy '.#nixos-${HOST}' --skip-checks