all repos — website @ 83a4eef89b9906d8ad90411e9b256da6dab07b55

My website

just: pass command-line arguments to fly deploy
Alan Pearce alan@alanpearce.eu
Tue, 25 Jun 2024 17:06:17 +0200
commit

83a4eef89b9906d8ad90411e9b256da6dab07b55

parent

571a8852f0be055dc302cd968ca2e089b6cae105

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M justfilejustfile
@@ -30,13 +30,13 @@ modd 
 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