drone ci example

This commit is contained in:
Sergio Álvarez 2022-05-11 19:56:50 +02:00
parent a1792ccaf2
commit 9291e5ad15
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 8 additions and 0 deletions

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