curriculum-vitae/.drone.yml

37 lines
559 B
YAML

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