encompass-cs-docs/.drone.yml

18 lines
318 B
YAML
Raw Normal View History

2020-07-12 07:58:38 +00:00
kind: pipeline
type: docker
name: default
2020-07-12 08:02:08 +00:00
pipeline:
build:
image: cbrgm/drone-hugo:latest
2020-07-12 07:58:38 +00:00
validate: true
2020-07-12 08:02:08 +00:00
url: https://www.vbrandl.net
2020-07-12 07:58:38 +00:00
2020-07-12 08:02:08 +00:00
deploy:
image: drillster/drone-rsync
hosts: [ "vbrandl.net" ]
target: /var/www/vbrandl.net
source: public/*
user: hugo
secrets: [ rsync_key ]