From 3ba6a311435bbb114b46fee8625dbab87c8a3e4c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 5 Jan 2025 12:32:34 +0100 Subject: build: split out deploy target for local use --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 47d7ca1..e1b7f4c 100755 --- a/justfile +++ b/justfile @@ -32,7 +32,9 @@ dev: ci: build check-links -cd *DEPLOY_FLAGS: +cd *DEPLOY_FLAGS: && (deploy DEPLOY_FLAGS) fly auth docker + +deploy *DEPLOY_FLAGS: templ generate fly deploy --image $(KO_DOCKER_REPO={{ docker_registry }} ko build --sbom none --bare --tags {{ docker-tag }} ./cmd/server) {{ DEPLOY_FLAGS }} -- cgit 1.4.1