nixos-config/justfile
Sridhar Ratnakumar 6c1a454e21 just: add gr-animate
re-animates the suspended VM
2024-04-02 17:43:53 +11:00

14 lines
272 B
Makefile

default:
@just --list
fmt:
treefmt
# Deploy to github-runner VM
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-*"