diff options
author | Alan Pearce | 2024-05-11 20:31:55 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-11 20:31:55 +0200 |
commit | 9a10bbdb7ab8cb4da1002729b463ed9beca13858 (patch) | |
tree | 2b27da46544359e10ab78940116fe1fea7505de3 /.build.yml | |
parent | a178232d9a9e54821f1f0a72d3971305c1609e33 (diff) | |
download | website-9a10bbdb7ab8cb4da1002729b463ed9beca13858.tar.lz website-9a10bbdb7ab8cb4da1002729b463ed9beca13858.tar.zst website-9a10bbdb7ab8cb4da1002729b463ed9beca13858.zip |
ci: cache more data
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
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" ]] |