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.

13 lines
299 B

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