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.

36 lines
581 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. validate: true
  14. output: public
  15. url: ["https://jk.nipponalba.scot"]
  16. - name: deploy
  17. image: appleboy/drone-scp
  18. settings:
  19. host: 192.168.1.85
  20. target: /var/www/nipponalba/jk
  21. source: public/*
  22. username: jk
  23. key:
  24. from_secret: ssh_key
  25. passphrase:
  26. from_secret: ssh_pass
  27. port: 9439
  28. when:
  29. branch:
  30. - master
  31. event:
  32. exclude:
  33. - pull_request