diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..1514cb3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +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 ] diff --git a/README.md b/README.md index 295a443..2a1564c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ ## My CV - - -

This browser does not support PDFs. Please download the PDF to view it: Download PDF.

- -
diff --git a/main.pdf b/main.pdf index a2f9418..fdd4543 100644 Binary files a/main.pdf and b/main.pdf differ