From 9623fcf0fe68ff33be2fb34b612c8fe00a305085 Mon Sep 17 00:00:00 2001 From: Leon Etienne Date: Tue, 25 Oct 2022 20:53:08 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index ea96a80..a6f43ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,10 +15,10 @@ steps: - apt-get update - >- apt-get - install - openssh-client - rsync - -y + install + openssh-client + rsync + -y - eval "$(ssh-agent -s)" - mkdir -p ~/.ssh - echo "$SSH_PRIV" > ~/.ssh/id_ed25519 @@ -27,9 +27,12 @@ steps: - chmod 644 ~/.ssh/id_ed25519.pub - ssh-add - >- - rsync_options=( + rsync -avz --recursive --delete - --delete-excluded) - - rsync $rsync_options -e "ssh -o IdentitiesOnly=yes" ./ doxygen-gcrypt@leonetienne.de:app \ No newline at end of file + --delete-excluded + -e + "ssh -o IdentitiesOnly=yes" + ./ + doxygen-gcrypt@leonetienne.de:app