vbrandl.net/.drone.yml
Valentin Brandl a03f5edde5
All checks were successful
the build was successful
Fix path
2018-07-20 12:30:01 +02:00

17 lines
371 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/*
user: hugo
secrets: [ rsync_key ]
branches: develop