From 3b7f981ec70b749651464d3d2a4f1104a97ca70c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 3 Apr 2024 10:48:00 +1100 Subject: [PATCH] just: fix gr-animate, try to --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 1fdf273..61871fa 100644 --- a/justfile +++ b/justfile @@ -11,4 +11,4 @@ gr-deploy: # Re-animate the VM that was suspended until now. gr-animate: colmena upload-keys - ssh -t github-runner "sudo systemctl start github-runner-*" + ssh -t github-runner "sudo systemctl restart --all github-runner-*"