ter-report/.build.yml
2019-11-19 04:51:05 +01:00

25 lines
573 B
YAML

image: debian/unstable
packages:
- biber
- fonts-linuxlibertine
- graphviz
- inkscape
- python3-pygments
- texlive-extra-utils
- texlive-fonts-extra
- texlive-lang-french
- texlive-pstricks
- texlive-xetex
sources:
- https://git.zapashcanon.fr/zapashcanon/ter-report
secrets:
- ec1f49cd-38dc-41d9-89f4-c3b6ecd7bcad # ssh deploy key
tasks:
- build: |
cd ter-report
make
ls main.pdf
- deploy: |
cd ter-report
scp -o StrictHostKeyChecking=no -q main.pdf fs@zapashcanon.fr:/var/www/fs.zapashcanon.fr/pdf/ter-report.pdf