about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index e632e5a..f799c1b 100755
--- a/justfile
+++ b/justfile
@@ -1,7 +1,7 @@
 #!/usr/bin/env cached-nix-shell
 #!nix-shell -i "just --justfile"
 
-docker-registry := "registry.fly.io/alanpearce-eu"
+docker_registry := "registry.fly.io/alanpearce-eu"
 
 default:
 	@just --list --justfile {{ justfile() }} --unsorted
@@ -31,4 +31,4 @@ ci: build check-links
 cd *DEPLOY_FLAGS:
 	fly auth docker
 	templ generate
-	fly deploy --image $(KO_DOCKER_REPO={{ docker-registry }} ko build --bare ./cmd/server) {{ DEPLOY_FLAGS }}
+	fly deploy --image $(KO_DOCKER_REPO={{ docker_registry }} ko build --bare ./cmd/server) {{ DEPLOY_FLAGS }}