just: add gr-animate

re-animates the suspended VM
This commit is contained in:
Sridhar Ratnakumar 2024-04-02 17:43:37 +11:00
parent 57baba5d2b
commit 6c1a454e21

View file

@ -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-*"