curriculum-vitae/.drone.yml
norangebit a9d0050386
All checks were successful
continuous-integration/drone/tag Build is passing
initial commit
2020-02-27 21:48:50 +01:00

24 lines
379 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: pandoc
image: norangebit/pandocker:latest
commands:
- make
- make eurocv.pdf
- name: gitea release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_release
base_url: https://git.norangeb.it
title: corriculum vitae
files:
- out/*.pdf
trigger:
event:
- tag