Files
masterthesis/.drone.yml
2023-02-16 16:18:21 +01:00

33 lines
543 B
YAML

---
kind: pipeline
type: docker
name: default
clone:
depth: 1
steps:
- name: fetch
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build
pull: always
image: gitea.rixxc.de/rixxc/ma-latex:latest
volumes:
- name: webroot
path: /webroot
commands:
- cd thesis
- pdflatex Abschlussarbeit
- bibtex Abschlussarbeit
- pdflatex Abschlussarbeit
- pdflatex Abschlussarbeit
- cp "Abschlussarbeit".pdf /webroot
volumes:
- name: webroot
host:
path: /var/www/thesis