all repos — homestead @ 0f0ec44628e987794fe70b4ef695ca669c9a915a

Code for my website

build: split out deploy target for local use

Alan Pearce
commit

0f0ec44628e987794fe70b4ef695ca669c9a915a

parent

4b59aee08c6bdd7d64112096572067905bbd6e55

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

jump to
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 }}