drone ci example

This commit is contained in:
2022-05-11 19:56:50 +02:00
parent a1792ccaf2
commit 9291e5ad15

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
pipeline:
build:
image: ruby:alpine
commands:
- bundle install
- bundle exec jekyll build
branches: main