Only rsync html, pdf and png files
Some checks failed
the build failed

This commit is contained in:
Valentin Brandl 2018-10-24 14:37:36 +02:00
parent 161032117e
commit 8cf5bfd263
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -24,6 +24,7 @@ pipeline:
hosts: [ "vbrandl.net" ]
target: /var/www/notes.vbrandl.net
source: build/*
include: ["**.html", "**.pdf", "**.png"]
user: hugo
secrets: [ rsync_key ]
when: