deploy thesis

This commit is contained in:
2023-02-10 12:23:03 +01:00
parent 12d506b92c
commit 844c3c2ce2

View File

@@ -7,7 +7,17 @@ steps:
- name: build - name: build
pull: always pull: always
image: gitea.rixxc.de/rixxc/ma-latex:latest image: gitea.rixxc.de/rixxc/ma-latex:latest
volumes:
- name: webroot
path: /webroot
commands: commands:
- cd thesis - cd thesis
- pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex - pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex
- pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex - pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex
- cp "Abschlussarbeit".pdf /webroot
volumes:
- name: webroot
host:
path: /var/www/thesis