source for sakino.kelbie.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.

36 lines
747 B

  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://sakino.kelbie.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/sakino-site
  22. source: public/*
  23. username: jk
  24. key:
  25. from_secret: ssh_key
  26. passphrase:
  27. from_secret: ssh_pass
  28. port: 9439
  29. when:
  30. branch:
  31. - master
  32. event:
  33. exclude:
  34. - pull_request