diff --git a/justfile b/justfile index fac8f13..d04839f 100644 --- a/justfile +++ b/justfile @@ -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 \ No newline at end of file