sharpetronics.com/.drone.yml

13 lines
193 B
YAML
Raw Normal View History

2022-05-08 16:00:37 -04:00
---
kind: pipeline
type: docker
2022-05-08 16:05:41 -04:00
name: default
2022-05-08 16:00:37 -04:00
pipeline:
build:
2022-05-08 16:05:41 -04:00
image: jekyll/jekyll:4.2
2022-05-08 16:00:37 -04:00
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build