From 5dcf04d83605f5cfe1bf83c0a4c296bae47c3365 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 28 Jun 2024 16:52:09 +0200 Subject: use snake_case in justfile --- justfile | 4 ++-- 1 file 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 }} -- cgit 1.4.1