sharpetronics.com/.drone.yml
oDinZu fa7e4ce559
Some checks reported errors
continuous-integration/drone/push Build encountered an error
testing drone ci
2022-05-08 18:36:31 -04:00

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