diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index a8070b3..0000000 --- a/.drone.yml +++ /dev/null @@ -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 \ No newline at end of file