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.

15 lines
290 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. pipeline:
  2. build:
  3. image: plugins/hugo
  4. validate: false
  5. url: https://fr1nge.xyz
  6. deploy:
  7. image: drillster/drone-rsync
  8. hosts: [ "rsync" ]
  9. target: /volume/fr1nge.xyz
  10. source: public/*
  11. key:
  12. from_secret: rsync_key
  13. user: root
  14. secrets: [ rsync_key ]