From e288cb6bcb57e6a0861386173b068e95585bf98f Mon Sep 17 00:00:00 2001 From: oDinZu Date: Fri, 13 May 2022 21:42:44 -0400 Subject: [PATCH] polishing .drone.yaml config + rsync to downloads page --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 6b5e038..9307c83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,6 +82,7 @@ steps: # sync files to remote server [local _site ] to [remote _site www] while preserving permissions. - chmod -R 775 ../_site + - groupadd rsync-users - chown -R www-data:rsync-users ../_site - rsync -aXPzrpog --timeout -e ssh ../_site/* $SSH_USER@$SSH_HOST:/var/www/sharpetronics.com/html/