You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
573 B
24 lines
573 B
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
|
|
|