aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-08-24 17:09:03 -0700
committerMax Resnick <max@ofmax.li>2024-08-24 17:09:03 -0700
commit71ba0cd9b988813da1b5c7101f8bf5918df0f795 (patch)
tree5fb2e195a24a91dcd5997d8f3dfa346b8e73c998 /justfile
parent6889411b014b39a440b7cbe52b482b28415ed829 (diff)
downloadgo-git-server-71ba0cd9b988813da1b5c7101f8bf5918df0f795.tar.gz
chore: add env var for log level, fix bug, cleanup push target
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 2 insertions, 1 deletions
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":