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 .