From 74421d5bc1275d88deb4b09b74c27d61c4add18e Mon Sep 17 00:00:00 2001 From: Gusted Date: Fri, 12 Aug 2022 05:22:32 +0200 Subject: [PATCH] Use env --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index e95b0db..03a7436 100644 --- a/Justfile +++ b/Justfile @@ -6,7 +6,8 @@ dev: export PAGES_DOMAIN=localhost.mock.directory export RAW_DOMAIN=raw.localhost.mock.directory export PORT=4430 - go run . --log-level trace + export LOG_LEVEL=trace + go run . build: CGO_ENABLED=0 go build -ldflags '-s -w' -v -o build/codeberg-pages-server ./