diff options
author | Alan Pearce | 2024-04-21 22:45:43 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-21 22:45:43 +0200 |
commit | 7071e4dec094d684cac870e9367173e9511e6e25 (patch) | |
tree | 28c51e8c9c7aed3c6e541653e3bc2dc30da28bb5 /gitlab-ci.yml | |
parent | 1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb (diff) | |
download | website-7071e4dec094d684cac870e9367173e9511e6e25.tar.lz website-7071e4dec094d684cac870e9367173e9511e6e25.tar.zst website-7071e4dec094d684cac870e9367173e9511e6e25.zip |
fix deployment
Diffstat (limited to 'gitlab-ci.yml')
-rw-r--r-- | gitlab-ci.yml | 2 |
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: |