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 b6a780c..4e8ff77 100755
--- a/justfile
+++ b/justfile
@@ -30,13 +30,13 @@ dev:
 
 ci: build check-links
 
-cd:
+cd *DEPLOY_FLAGS:
 	fly auth docker
 	nix-build -A docker-stream-amd64-linux --no-out-link | sh | gzip --fast | \
 		skopeo copy --dest-precompute-digests \
 			docker-archive:/dev/stdin \
 			docker://{{ docker-registry }}:{{ docker-tag }}
-	fly deploy --image {{ docker-registry }}:{{ docker-tag }}
+	fly deploy --image {{ docker-registry }}:{{ docker-tag }} {{ DEPLOY_FLAGS }}
 
 deploy-vercel-preview: build
 	vercel pull --environment=preview