diff --git a/justfile b/justfile index 1c76443..1fdf273 100644 --- a/justfile +++ b/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-*"