mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:50:32 +01:00
add website just recipe
This commit is contained in:
parent
47483dc340
commit
db8d2fe07d
6
justfile
6
justfile
|
@ -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 .
|
||||||
|
|
Loading…
Reference in a new issue