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