1
0
Fork 0
This commit is contained in:
Luca Beltrame 2021-01-03 17:38:25 +01:00
parent 6ee2637711
commit 7fac2d4229
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

30
.drone.yml Normal file
View file

@ -0,0 +1,30 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.79
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: {}