Add CI

pull/3/head
Jonas Franz 2 years ago
parent f60654cde8
commit 3a01e51ecb
Signed by: JonasFranzDEV
GPG Key ID: 7293A220B7C38080
  1. 19
      .drone-ci.yml
  2. 2
      README.md

@ -0,0 +1,19 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: jonasfranz/thesis:latest
pull: 'always'
commands:
- make publish
- name: upload
image: curlimages/curl
environment:
WEBDAV_AUTH:
from_secret: webdav_auth
commands:
- curl -T thesis.pdf -u "$WEBDAV_AUTH" https://cloud.jfdev.de/remote.php/dav/files/drone/Uploads/

@ -1,4 +1,4 @@
[![Build Status](https://github.com/mbredel/thesis-template/workflows/template/badge.svg)](https://github.com/mbredel/thesis-template/actions)
[![Build Status](https://drone.jfdev.de/api/badges/KoSI/thesis/status.svg)](https://drone.jfdev.de/KoSI/thesis)
# A thesis LaTeX-template

Loading…
Cancel
Save