From 71ba0cd9b988813da1b5c7101f8bf5918df0f795 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 24 Aug 2024 17:09:03 -0700 Subject: chore: add env var for log level, fix bug, cleanup push target --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index c673c6a..2c7b066 100644 --- a/justfile +++ b/justfile @@ -76,7 +76,8 @@ build version: test builddir push: new_ver=$(cat {{ NEW_VERSION }}); \ - just docker-push git-push $new_ver + just docker-push $new_ver; \ + just git-push $new_ver @echo "pushed to all endpoints" docker-push tag="latest" registry="public.ecr.aws/s0f9o2k5": -- cgit v1.2.3