cache settings

This commit is contained in:
Sergio Álvarez 2022-05-15 14:55:04 +02:00
parent 5ae9076ccc
commit c0971f1cf8
No known key found for this signature in database
GPG Key ID: BD711A37FE7DD77E
1 changed files with 8 additions and 6 deletions

View File

@ -7,15 +7,17 @@ steps:
- name: restore-cache
image: drillster/drone-volume-cache
volumes:
- name: cache
- name: bundle-cache
path: /cache
settings:
restore: true
mount:
- vendor
- /drone/.bundle
- name: build
image: ruby:latest
environment:
- BUNDLE_PATH=/drone/.bundle
commands:
- bundle install
- bundle exec jekyll build
@ -23,12 +25,12 @@ steps:
- name: rebuild-cache
image: drillster/drone-volume-cache
volumes:
- name: cache
- name: bundle-cache
path: /cache
settings:
rebuild: true
mount:
- vendor
- /drone/.bundle
when:
branch:
@ -38,6 +40,6 @@ node:
location: marley
volumes:
- name: cache
- name: bundle-cache
host:
path: /var/lib/drone/temp
path: /tmp/ruby-bundle-cache-sergio.am