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.

25 lines
434 B

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