sharpetronics.com/.drone.yml
oDinZu 7590d28ba9
Some checks failed
continuous-integration/drone/push Build is failing
testing drone ci runner
2022-05-08 17:16:09 -04:00

28 lines
371 B
YAML

---
kind: pipeline
type: docker
name: default
workspace:
path: /drone/src
platform:
os: linux
arch: amd64
steps:
- name: jekyll-build
image: jekyll/jekyll:4.0
volumes:
- name: jekyll
path: /srv/jekyll
commands:
- gem update --system
- gem install bundler
- bundle install
- bundle exec jekyll build
trigger:
branch:
- master