all repos — website @ 3ba6a311435bbb114b46fee8625dbab87c8a3e4c

My website

build: split out deploy target for local use

Alan Pearce
commit

3ba6a311435bbb114b46fee8625dbab87c8a3e4c

parent

660e429c9b63e41ca5636704453772b2e801698c

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -32,7 +32,9 @@ systemfd -s https::{{ listen_address }}:{{ tls_port }} -s http::{{ listen_address }}:{{ port }} -- modd
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 }}