From c68e310db32ba759d6f133358c645b77d663bb5d Mon Sep 17 00:00:00 2001 From: Leon Etienne Date: Tue, 25 Oct 2022 20:45:56 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 906dd87..80c42da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: SSH_PUB: from_secret: ssh-pub commands: - # - cd "GCryptLib/doxygen" + - cd "GCryptLib/doxygen" - apt-get update - >- apt-get @@ -26,4 +26,11 @@ steps: - chmod 600 ~/.ssh/id_ed25519 - chmod 644 ~/.ssh/id_ed25519.pub - ssh-add - + - >- + rsync_options=( + -avz + --recursive + --delete + --delete-excluded + ) + - rsync "${rsync_options[@]}" -e "ssh -o IdentitiesOnly=yes" ./ doxygen-gcrypt@leonetienne.de:app