just: pass command-line arguments to fly deploy
Alan Pearce alan@alanpearce.eu
Tue, 25 Jun 2024 17:06:17 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M justfile → justfile
@@ -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