1
1
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
382 B
YAML

pipeline:
docker:
image: plugins/docker
repo: bunix42/jekyll
build_args:
- JEKYLL_VERSION=3.8.6
tags:
- ${JEKYLL_VERSION}
secrets: [ docker_username, docker_password ]
slack:
image: plugins/slack
channel: drone
username: drone
secrets: [ slack_webhook ]
matrix:
JEKYLL_VERSION:
- 3.7.2
- 3.8.6
- 3.9.1
- 4.2.0