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 - apk add make
- make compress - make compress
# deploy: deploy:
# image: drillster/drone-rsync image: drillster/drone-rsync
# hosts: [ "vbrandl.net" ] hosts: [ "vbrandl.net" ]
# target: /var/www/notes.vbrandl.net target: /var/www/notes.vbrandl.net
# source: build/* source: build/*
# user: hugo user: hugo
# secrets: [ rsync_key ] secrets: [ rsync_key ]
# when: when:
# branch: master branch: master
rebuild-cache: rebuild-cache:
image: drillster/drone-volume-cache image: drillster/drone-volume-cache