mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
Use newer version of just
until it is upgraded in nixpkgs, like: https://github.com/NixOS/nixpkgs/pull/311583
This commit is contained in:
parent
c9df7325a1
commit
c6efa50e65
3 changed files with 34 additions and 1 deletions
4
justfile
4
justfile
|
|
@ -14,16 +14,20 @@ deploy:
|
|||
colmena apply --build-on-target
|
||||
|
||||
# Deploy to github-runner VM
|
||||
[group('gr')]
|
||||
gr-deploy:
|
||||
colmena apply --build-on-target --on github-runner
|
||||
|
||||
# Re-animate the VM that was suspended until now.
|
||||
[group('gr')]
|
||||
gr-animate:
|
||||
colmena upload-keys
|
||||
ssh -t github-runner "sudo systemctl restart --all github-runner-*"
|
||||
|
||||
[group('gr')]
|
||||
gr-inspect:
|
||||
ssh -t github-runner "sudo systemctl status --all github-runner-*"
|
||||
|
||||
[group('gr')]
|
||||
gr-ssh:
|
||||
ssh -t github-runner
|
||||
Loading…
Add table
Add a link
Reference in a new issue