mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
just: add gr-animate
re-animates the suspended VM
This commit is contained in:
parent
57baba5d2b
commit
6c1a454e21
1 changed files with 6 additions and 1 deletions
7
justfile
7
justfile
|
|
@ -5,5 +5,10 @@ fmt:
|
|||
treefmt
|
||||
|
||||
# Deploy to github-runner VM
|
||||
github-runner:
|
||||
gr-deploy:
|
||||
colmena apply --build-on-target
|
||||
|
||||
# Re-animate the VM that was suspended until now.
|
||||
gr-animate:
|
||||
colmena upload-keys
|
||||
ssh -t github-runner "sudo systemctl start github-runner-*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue