fix drone cache volume mounting when rebuilding
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ChronosXYZ 2024-09-19 03:24:30 +03:00
parent 271c4cde29
commit 82f70aebeb
Signed by: ChronosXYZ
GPG Key ID: 189BF50EBD342791

View File

@ -34,6 +34,7 @@ steps:
key:
from_secret: rsync_key
args:
- --recursive
- --delete
- name: rebuild-cache
image: meltwater/drone-cache
@ -45,6 +46,9 @@ steps:
archive_format: "gzip"
mount:
- "node_modules"
volumes:
- name: cache
path: /tmp/cache
volumes:
- name: cache