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.

16 lines
317 B

4 years ago
4 years ago
4 years ago
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: [ "192.168.1.5" ]
  9. port: 3471
  10. target: /var/www/html/fr1nge.xyz
  11. source: public/*
  12. key:
  13. from_secret: rsync_key
  14. user: root
  15. secrets: [ rsync_key ]