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