feat: update justfile.
This commit is contained in:
parent
ac21fd6fdb
commit
82bf3a59f8
1 changed files with 12 additions and 0 deletions
12
justfile
12
justfile
|
|
@ -15,3 +15,15 @@ deploy-all:
|
|||
|
||||
reboot server:
|
||||
ssh -t root@{{server}} "reboot"
|
||||
|
||||
update:
|
||||
nh os test -u -a && nh os switch
|
||||
|
||||
test:
|
||||
nh os test -a
|
||||
|
||||
switch:
|
||||
nh os switch -a
|
||||
|
||||
commit-update:
|
||||
git commit -m "feat: update flake.lock"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue