From 8cf5bfd26342ae59e2b453621e7e31c73da8e7d5 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 24 Oct 2018 14:37:36 +0200 Subject: [PATCH] Only rsync html, pdf and png files --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9491c07..1255d8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: