Update deploy task to use colmena, add deploy-cold
This commit is contained in:
parent
92efb754ff
commit
64b200d6b7
1 changed files with 5 additions and 1 deletions
6
Justfile
6
Justfile
|
@ -22,4 +22,8 @@ fmt:
|
|||
nix fmt
|
||||
|
||||
deploy host:
|
||||
nix run ".#apps.nixinate.{{host}}"
|
||||
colmena apply --on {{host}}
|
||||
|
||||
[confirm]
|
||||
cold-deploy host:
|
||||
colmena apply --on {{host}} --reboot
|
||||
|
|
Loading…
Reference in a new issue