about summary refs log tree commit diff stats
path: root/.build.yml
diff options
context:
space:
mode:
authorAlan Pearce2024-05-11 20:31:55 +0200
committerAlan Pearce2024-05-11 20:31:55 +0200
commit9a10bbdb7ab8cb4da1002729b463ed9beca13858 (patch)
tree2b27da46544359e10ab78940116fe1fea7505de3 /.build.yml
parenta178232d9a9e54821f1f0a72d3971305c1609e33 (diff)
downloadwebsite-9a10bbdb7ab8cb4da1002729b463ed9beca13858.tar.lz
website-9a10bbdb7ab8cb4da1002729b463ed9beca13858.tar.zst
website-9a10bbdb7ab8cb4da1002729b463ed9beca13858.zip
ci: cache more data
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index d4b2871..1ec05b1 100644
--- a/.build.yml
+++ b/.build.yml
@@ -31,7 +31,7 @@ tasks:
       just docker-image-fly
       nix copy --substitute-on-destination \
         --to ssh://nixremote@linde.alanpearce.eu \
-        .#builder .#server $(nix-store --query --requisites )
+        .
 
   - deploy: |
       if [[ "$GIT_REF" != "refs/heads/main" ]]