|
|
@ -11,8 +11,13 @@ packages: |
|
|
|
- texlive-xetex |
|
|
|
sources: |
|
|
|
- https://git.zapashcanon.fr/zapashcanon/internship-report-cakeml |
|
|
|
secrets: |
|
|
|
- ec1f49cd-38dc-41d9-89f4-c3b6ecd7bcad # ssh deploy key |
|
|
|
tasks: |
|
|
|
- build: | |
|
|
|
cd internship-report-cakeml |
|
|
|
make |
|
|
|
ls main.pdf |
|
|
|
- deploy: | |
|
|
|
cd internship-report-cakeml |
|
|
|
scp -o StrictHostKeyChecking=no -q main.pdf fs@zapashcanon.fr:/var/www/fs.zapashcanon.fr/pdf/internship-report-cakeml.pdf |
|
|
|