chore(just): improve for github-runner

This commit is contained in:
Sridhar Ratnakumar 2024-05-26 11:13:08 -04:00
parent f1cc2af77a
commit ae2b27c138

View file

@ -9,11 +9,21 @@ activate:
fmt:
treefmt
# Deploy to all remote machines
deploy:
colmena apply --build-on-target
# Deploy to github-runner VM
gr-deploy:
colmena apply --build-on-target
colmena apply --build-on-target --on github-runner
# Re-animate the VM that was suspended until now.
gr-animate:
colmena upload-keys
ssh -t github-runner "sudo systemctl restart --all github-runner-*"
gr-inspect:
ssh -t github-runner "sudo systemctl status --all github-runner-*"
gr-ssh:
ssh -t github-runner