contents of rezept-schneider.de https://rezept-schneider.de
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
407 B

  1. pipeline:
  2. build:
  3. image: cbrgm/drone-hugo:latest
  4. validate: true
  5. output: public/dron-generated
  6. url: https://rezept-schneider.de
  7. deploy:
  8. image: drillster/drone-rsync
  9. hosts: [ "rezept-schneider.de" ]
  10. target: /var/www/html/rezeptschneider/public/
  11. source: public/drone-generated/
  12. user: deploy-rezept
  13. secrets: [ rsync_key ]