mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 21:53:55 +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-host := "root@88.99.90.90"
|
||||||
|
beleth-user-host:= "xqtc@88.99.90.90"
|
||||||
|
|
||||||
rebuild:
|
rebuild:
|
||||||
nh os switch . -- -vv
|
nh os switch . -- -vv
|
||||||
|
|
||||||
beleth:
|
beleth:
|
||||||
nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}}
|
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