parent
8c810da612
commit
ba72a7940c
21
.drone.yml
21
.drone.yml
@ -1,22 +1,5 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
restore-cache:
|
|
||||||
image: drillster/drone-volume-cache
|
|
||||||
restore: true
|
|
||||||
mount:
|
|
||||||
- /drone/.bundle
|
|
||||||
volumes:
|
|
||||||
- /tmp/bundle-cache:/cache
|
|
||||||
build:
|
build:
|
||||||
image: ruby:2.5.1-alpine3.7
|
image: jekyll/jekyll:latest
|
||||||
environment:
|
|
||||||
- BUNDLE_PATH=/drone/.bundle
|
|
||||||
commands:
|
commands:
|
||||||
- bundle install
|
- jekyll build
|
||||||
- bundle exec jekyll build
|
|
||||||
rebuild-cache:
|
|
||||||
image: drillster/drone-volume-cache
|
|
||||||
rebuild: true
|
|
||||||
mount:
|
|
||||||
- /drone/.bundle
|
|
||||||
volumes:
|
|
||||||
- /tmp/bundle-cache:/cache
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user