about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-21 22:45:43 +0200
committerAlan Pearce2024-04-21 22:45:43 +0200
commit7071e4dec094d684cac870e9367173e9511e6e25 (patch)
tree28c51e8c9c7aed3c6e541653e3bc2dc30da28bb5
parent1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb (diff)
downloadwebsite-7071e4dec094d684cac870e9367173e9511e6e25.tar.lz
website-7071e4dec094d684cac870e9367173e9511e6e25.tar.zst
website-7071e4dec094d684cac870e9367173e9511e6e25.zip
fix deployment
-rw-r--r--gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index c4af48d..475841d 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -29,7 +29,7 @@ build:
       if fly auth whoami > /dev/null 2>&1
       then
         fly auth docker
-        just push-to-registry --tmpdir=$TMPDIR --dest-precompute-digests
+        just push-to-registry result --tmpdir=$TMPDIR --dest-precompute-digests
         just print-docker-tag >> build.env
       fi
   artifacts: