diff options
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/justfile b/justfile index 7cf03c7..e1f5650 100755 --- a/justfile +++ b/justfile @@ -30,4 +30,5 @@ 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 }} |