From 7a7bbfff253f4661e16ce6ef793f87489127c4f2 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 2 May 2026 14:05:25 +0200 Subject: [PATCH] Update rsync flags --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c2fe712..d15fb47 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: nginx0.nlams0.net.ipng.ch \ nginx0.nlams1.net.ipng.ch \ nginx0.nlams2.net.ipng.ch; do - rsync -av --delete \ - -e "ssh -i ~/.ssh/id_ed25519 -p 22 -6 -o StrictHostKeyChecking=no" \ + rsync -6u --delete-after \ + -e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no" \ public/ drone@${host}:/nginx/sites/sabbatical.ipng.nl/ done