1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed volumes config

This commit is contained in:
Fedor Katurov 2022-03-15 12:32:56 +07:00
parent ea16183117
commit bb0dc2d26a

View file

@ -9,15 +9,17 @@ platform:
steps:
- name: restore-cache
image: drillster/drone-volume-cache
restore: true
when:
branch:
- master
- develop
settings:
restore: true
mount:
- ./node_modules
volumes:
- /tmp/cache:/cache
- name: cache
path: /cache
- name: build-master
image: plugins/docker
when:
@ -78,8 +80,15 @@ steps:
branch:
- master
- develop
settings:
rebuild: true
mount:
- ./node_modules
volumes:
- /tmp/cache:/cache
- name: cache
path: /cache
volumes:
- name: cache
host:
path: /tmp/cache