Browse Source

Added drone.yml

master
Yigit Colakoglu 3 years ago
parent
commit
07b86a9ee1
3 changed files with 17 additions and 5 deletions
  1. +17
    -0
      .drone.yml
  2. +0
    -5
      README.md
  3. BIN
      main.pdf

+ 17
- 0
.drone.yml View File

@ -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 ]

+ 0
- 5
README.md View File

@ -1,8 +1,3 @@
## My CV
<object data="main.pdf" type="application/pdf" width="700px" height="700px">
<embed src="main.pdf">
<p>This browser does not support PDFs. Please download the PDF to view it: <a href="main.pdf">Download PDF</a>.</p>
</embed>
</object>

BIN
main.pdf View File


Loading…
Cancel
Save