jk.nipponalba.scot website https://jk.nipponalba.scot
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

30 lines
519 B

5 years ago
  1. kind: pipeline
  2. type: docker
  3. name: default
  4. steps:
  5. - name: build
  6. image: plugins/hugo
  7. settings:
  8. hugo_version: 0.55
  9. pull: always
  10. url: https://jk.nipponalba.scot
  11. validate: true
  12. - name: deploy
  13. image: appleboy/drone-scp
  14. settings:
  15. host: 192.168.1.33
  16. target: /var/www/nipponalba/jk
  17. source: public/*
  18. username: jk
  19. key:
  20. from_secret: ssh_key
  21. passphrase:
  22. from_secret: ssh_pass
  23. port: 9439
  24. when:
  25. branch:
  26. - master
  27. event:
  28. exclude:
  29. - pull_request