vbrandl.net/.drone.yml
Valentin Brandl 3c4d07a39c
Some checks failed
the build failed
Add rsync step to deploy blog
2018-07-20 12:11:13 +02:00

17 lines
387 B
YAML

pipeline:
build:
image: cbrgm/drone-hugo:latest
buildDrafts: true
buildFuture: true
buildExpired: true
validate: true
url: https://staging.vbrandl.net
deploy:
image: drillster/drone-rsync
hosts: [ "vbrandl.net" ]
target: /var/www/staging.vbrandl.net
source: public/drone-generated/*
user: hugo
secrets: [ rsync_key ]
branches: develop