From 70afdfade569a64d565cd2cadde6f955663f6f21 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 27 May 2024 17:16:55 -0400 Subject: [PATCH] chore: just, better grouping --- justfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/justfile b/justfile index 47b9c2a..d9ab975 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,7 @@ default: @just --list # Activate local configuration +[group('main')] activate: nix run @@ -14,20 +15,20 @@ deploy: colmena apply --build-on-target # Deploy to github-runner VM -[group('gr')] +[group('github-runner')] gr-deploy: colmena apply --build-on-target --on github-runner # Re-animate the VM that was suspended until now. -[group('gr')] +[group('github-runner')] gr-animate: colmena upload-keys ssh -t github-runner "sudo systemctl restart --all github-runner-*" -[group('gr')] +[group('github-runner')] gr-inspect: ssh -t github-runner "sudo systemctl status --all github-runner-*" -[group('gr')] +[group('github-runner')] gr-ssh: ssh -t github-runner \ No newline at end of file