rsync stuff
continuous-integration/drone/push Build encountered an error Details

pull/1/head
Evan Hemsley 2020-07-12 01:32:02 -07:00
parent 71bbf91fa5
commit 918fbbefe0
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ steps:
image: drillster/drone-rsync image: drillster/drone-rsync
hosts: [ "moonside.games" ] hosts: [ "moonside.games" ]
target: /var/www/docs/encompass target: /var/www/docs/encompass
source: public/* source: public/
recursive: true
user: hugo user: hugo
secrets: [ rsync_key ] secrets: [ rsync_key ]