1
0
Fork 0
dennogumi/.drone.yml
2021-01-03 17:57:32 +01:00

31 lines
421 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.79.0
extended: true
validate: true
- name: deploy
image: einar/drone-rsync
settings:
source: public/
target: /tmp/
volumes:
- name: site
path: /site
when:
branch:
exclude:
- master
volumes:
- name: site
host:
path: /tmp/
- name: public
temp: {}