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

20 lines
404 B

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: jonasfranz/latex
commands:
- latexmk insori.tex
- name: upload
image: vividboarder/drone-webdav
file: insori.pdf
destination: https://cloud.jfdev.de/remote.php/webdav/Hochschule%20Darmstadt/Semester/WS2019/insori.pdf
secrets: [webdav_username, webdav_password]
when:
branch:
- master
event:
- push