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.

38 lines
623 B

4 years ago
  1. kind: pipeline
  2. name: default
  3. platform:
  4. arch: arm64
  5. os: linux
  6. steps:
  7. - name: build
  8. image: plugins/hugo:linux-arm64
  9. platform:
  10. arch: arm64
  11. os: linux
  12. settings:
  13. output: public
  14. url: ["https://jk.nipponalba.scot"]
  15. buildFuture: true
  16. validate: true
  17. - name: deploy
  18. image: appleboy/drone-scp
  19. settings:
  20. host: 192.168.1.17
  21. target: /var/www/nipponalba/jk
  22. source: public/*
  23. username: jk
  24. key:
  25. from_secret: ssh_key
  26. passphrase:
  27. from_secret: ssh_pass
  28. port: 9439
  29. overwrite: true
  30. when:
  31. branch:
  32. - master
  33. event:
  34. exclude:
  35. - pull_request