add website just recipe

This commit is contained in:
xqtc 2024-07-31 13:04:12 +02:00
parent 47483dc340
commit db8d2fe07d

View file

@ -27,6 +27,12 @@ beleth:
# fi # fi
# @echo "Host arch needs to be 'x86_64-linux'! Aborting..."; # @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: update:
nix flake update nix flake update
nh os build . nh os build .