From 755512cac7c405a1eff4f59bcebb77f5b814608c Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Mon, 1 Jul 2024 16:08:13 +0200 Subject: [PATCH] rebuild website over justfile --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 0f9346c..63b4aca 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,9 @@ beleth-host := "root@88.99.90.90" +beleth-user-host:= "xqtc@88.99.90.90" rebuild: nh os switch . -- -vv beleth: nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}} + ssh {{beleth-user-host}} "cd; cd nixos-config; git pull; cd; sh build_website.sh"