diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..106925d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +--- +kind: pipeline +name: latex + +steps: + - name: build + image: niccokunzmann/ci-latex + commands: + - pdf2latex -interaction=nonstopmode -halt-on-error cv.tex + + #steps: + # - name: deploy + # image: ssh + # commands: + # - scp -i ${KEY_FILE} cv.pdf ${DEPLOY_USER}@${DEPLOY_HOST}:/srv/http/trucs/cv_laurenti_2020.pdf