sharpetronics.com/.drone.yml
2022-05-08 16:26:06 -04:00

27 lines
357 B
YAML

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