--- kind: pipeline name: latex steps: - name: yaml lint image: cytopia/yamllint commands: - yamllint .drone.yml - name: build image: niccokunzmann/ci-latex commands: - pdflatex -interaction=nonstopmode -halt-on-error cv.tex - name: deploy image: kroniak/ssh-client commands: - echo "deploy"