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

3 years ago
  1. pipeline:
  2. build:
  3. image: blang/latex
  4. commands:
  5. - pdflatex main.pdf
  6. deploy:
  7. image: drillster/drone-rsync
  8. hosts: [ "192.168.1.5" ]
  9. port: 3471
  10. delete: true
  11. recursive: true
  12. target: /var/www/html/static.fr1nge.xyz/curriculumvitae.pdf
  13. source: .main.pdf
  14. key:
  15. from_secret: rsync_key
  16. user: root
  17. secrets: [ rsync_key ]