Enable autodeployment
Some checks failed
the build failed

This commit is contained in:
Valentin Brandl 2018-10-13 17:44:43 +02:00
parent fb36fa2c1c
commit 754fe9b5cd
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -19,15 +19,15 @@ pipeline:
- apk add make
- make compress
# deploy:
# image: drillster/drone-rsync
# hosts: [ "vbrandl.net" ]
# target: /var/www/notes.vbrandl.net
# source: build/*
# user: hugo
# secrets: [ rsync_key ]
# when:
# branch: master
deploy:
image: drillster/drone-rsync
hosts: [ "vbrandl.net" ]
target: /var/www/notes.vbrandl.net
source: build/*
user: hugo
secrets: [ rsync_key ]
when:
branch: master
rebuild-cache:
image: drillster/drone-volume-cache