all repos — homestead @ c56d0d8977ba3071a3a50d89a82168f98ec63332

Code for my website

just: pass command-line arguments to fly deploy

Alan Pearce
commit

c56d0d8977ba3071a3a50d89a82168f98ec63332

parent

8af7354a5c66dca65c79d30bca5a55f3b378ef06

1 file 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