From 844c3c2ce2ae23b23e771b34b0202f21d79f4269 Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Fri, 10 Feb 2023 12:23:03 +0100 Subject: [PATCH] deploy thesis --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 861faf3..3cdabce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,17 @@ steps: - name: build pull: always image: gitea.rixxc.de/rixxc/ma-latex:latest + volumes: + - name: webroot + path: /webroot commands: - cd thesis - 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 +