sharpetronics.com/.drone.yml
oDinZu 14db2da537
Some checks failed
continuous-integration/drone/push Build is failing
fixing drone perm issue
2022-05-08 18:20:15 -04:00

29 lines
393 B
YAML

---
kind: pipeline
type: docker
name: default
workspace:
path: /drone/src
platform:
os: linux
arch: amd64
trigger:
branch:
- master
steps:
- name: build-website
image: jekyll/jekyll:4.2.2
volumes:
- name: jekyll
path: /srv/jekyll
commands:
- mkdir -p .jekyll-cache/jekyll
- gem install bundler
- bundle install
- bundle exec jekyll build --trace