From 6c1a454e21ab44870d4ebae377e7ebed334e2818 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 2 Apr 2024 17:43:37 +1100 Subject: [PATCH] just: add gr-animate re-animates the suspended VM --- justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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-*"