|
|
- pipeline:
- build:
- image: blang/latex
- commands:
- - pdflatex main.pdf
- deploy:
- image: drillster/drone-rsync
- hosts: [ "192.168.1.5" ]
- port: 3471
- delete: true
- recursive: true
- target: /var/www/html/static.fr1nge.xyz/curriculumvitae.pdf
- source: .main.pdf
- key:
- from_secret: rsync_key
- user: root
- secrets: [ rsync_key ]
|