From 0c976f79c0aa568948e7ac3c6e901f3cd5f601ca Mon Sep 17 00:00:00 2001 From: mat ess Date: Wed, 19 Oct 2022 19:54:46 -0400 Subject: [PATCH] Try to fix build cache sharing again --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index efd9248..f58214c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,23 +7,23 @@ steps: image: nixos/nix volumes: - name: site - path: /site_data/ + path: /site/ commands: - > nix \ --extra-experimental-features nix-command \ --extra-experimental-features flakes \ build - - cp -r result /site_data/site + - cp -r result/* /site - name: netlify deploy image: lucap/drone-netlify volumes: - name: site - path: /site_data/ + path: /site/ settings: token: from_secret: netlify_token site_id: from_secret: netlify_site_id - path: /site_data/site \ No newline at end of file + path: /site \ No newline at end of file