pipeline:
libreoffice:
group: build
image: jess/libreoffice
commands:
- apk add --no-cache make
- ./compile.sh libreoffice
revealjs:
image: python:3-alpine
- pip install -r requirements.txt
- ./compile.sh revealjs
publish:
group: publish
image: sbruder/drone-netlify
secrets: [ "netlify_key" ]