A repository holding my CV.
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.
 

17 lines
378 B

pipeline:
build:
image: blang/latex
commands:
- pdflatex main.tex
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 ]