sharpetronics.com/.drone.yml
oDinZu 090b6c51ce
Some checks failed
continuous-integration/drone/push Build is failing
testing drone ci
2022-05-08 18:43:35 -04:00

32 lines
457 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
- whoami
- pwd
- gem install bundler
- bundle install
- bundle exec jekyll build --trace