Try to fix build cache sharing again
continuous-integration/drone/push Build is failing Details

pull/1/head
mat ess 2022-10-19 19:54:46 -04:00
parent f8e545ee86
commit 0c976f79c0
1 changed files with 4 additions and 4 deletions

View File

@ -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
path: /site