From db8d2fe07d1f531de30f4db3faa08f61c16b1a11 Mon Sep 17 00:00:00 2001 From: xqtc Date: Wed, 31 Jul 2024 13:04:12 +0200 Subject: [PATCH] add website just recipe --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/justfile b/justfile index 9019268..32b92b1 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,12 @@ beleth: # fi # @echo "Host arch needs to be 'x86_64-linux'! Aborting..."; +website: + #!/usr/bin/env bash + set -euxo pipefail + ssh {{beleth-user-host}} "cd && cd nixos-config && git pull && cd && sh build_website.sh"; + exit + update: nix flake update nh os build .