Fixed non-transfer of hidden files
the build was successful Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-07-04 10:25:41 +02:00
parent c9400e4f3a
commit 123cedf76c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ pipeline:
image: drillster/drone-rsync
hosts: [ "wolf.uberspace.de" ]
user: martens7
source: ./_site/*
source: ./_site/.
target: ~/tmp/build
recursive: true
delete: true