sharpetronics.com/.drone.yml
oDinZu 75a5638794
Some checks failed
continuous-integration/drone/push Build is failing
testing drone ci
2022-05-08 18:41:21 -04:00

30 lines
434 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
privileged: false
volumes:
- name: jekyll
path: /srv/jekyll
commands:
- mkdir -pv .jekyll-cache/Jekyll/Cache/Jekyll--Cache
- gem install bundler
- bundle install
- bundle exec jekyll build --trace