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.

27 lines
643 B

5 years ago
5 years ago
  1. kind: pipeline
  2. type: docker
  3. name: default
  4. steps:
  5. - name: submodules
  6. image: alpine/git
  7. commands:
  8. - git submodule update --recursive --remote
  9. - name: build
  10. image: cbrgm/drone-hugo:latest
  11. settings:
  12. validate: true
  13. output: public/drone-generated
  14. url: https://rezept-schneider.de
  15. - name: deploy
  16. image: drillster/drone-rsync
  17. settings:
  18. hosts: [ "rezept-schneider.de" ]
  19. target: /var/www/html/rezeptschneider/public/
  20. source: public/drone-generated/
  21. user: deploy-rezept
  22. key:
  23. from_secret: rsync_key