This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
CurriculumVitae
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added drone.yml
master
Yigit Colakoglu
3 years ago
parent
4df52bd4fc
commit
07b86a9ee1
3 changed files
with
17 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
.drone.yml
+0
-5
README.md
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
Write
Preview
Loading…
Cancel
Save