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.

20 lines
588 B

5 years ago
  1. pipeline:
  2. clone:
  3. image: plugins/git
  4. recursive: true
  5. submodule_override:
  6. toasted-cactus: https://git.schneider-hosting.de/schneider/toasted-cactus.git
  7. build:
  8. image: cbrgm/drone-hugo:latest
  9. validate: true
  10. output: public/drone-generated
  11. url: https://rezept-schneider.de
  12. deploy:
  13. image: drillster/drone-rsync
  14. hosts: [ "rezept-schneider.de" ]
  15. target: /var/www/html/rezeptschneider/public/
  16. source: public/drone-generated/
  17. user: deploy-rezept
  18. secrets: [ rsync_key ]