dennogumi/.drone.yml
Luca Beltrame f0e1f9109a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Another test (rsync)
2021-01-03 18:09:07 +01:00

35 lines
527 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive --remote themes/ananke/
- name: build
image: plugins/hugo
settings:
hugo_version: 0.79.0
validate: false
- 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: {}