From 24e6305d73d729701501185cba7c96e08b21e727 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 30 Jan 2025 13:26:10 +0000 Subject: [PATCH] Added quick log fetch command to justfile --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index fb51e85..c3c4fc6 100644 --- a/justfile +++ b/justfile @@ -83,3 +83,7 @@ cleanup-versions: git tag -d $tag rm -f "versions/${tag#backup-}.txt" done + +fetch-logs container: + #!/usr/bin/env bash + ssh am-d-model_eu "docker logs am-d-modeleu-{{container}}-1 2>&1"