mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:00:32 +01:00
rebuild website over justfile
This commit is contained in:
parent
4a285e0444
commit
755512cac7
2
justfile
2
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"
|
||||
|
|
Loading…
Reference in a new issue