16 lines
368 B
YAML
16 lines
368 B
YAML
|
---
|
||
|
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
|