1
0
Fork 0

Remove drone

master
Jonas Franz 4 years ago
parent 2e9a8ddec1
commit 624e8ae7f5
Signed by: JonasFranzDEV
GPG Key ID: 7293A220B7C38080
  1. 21
      .drone.yml

@ -1,21 +0,0 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
pull: true
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
Loading…
Cancel
Save