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.

32 lines
536 B

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