From c711783d9f063c288a4d05d3d3e8dd6a01d6ea56 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 2 May 2026 14:08:48 +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 d15fb47..4ef07bd 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: container: image: hugomods/hugo:debian-dart-sass-node-git-0.161.1 steps: - - name: Install git-lfs + - name: Install packages run: apt-get update -qq && apt-get install -y git-lfs rsync - name: Checkout with LFS @@ -36,7 +36,7 @@ jobs: nginx0.nlams0.net.ipng.ch \ nginx0.nlams1.net.ipng.ch \ nginx0.nlams2.net.ipng.ch; do - rsync -6u --delete-after \ + rsync -6a --delete-after \ -e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no" \ public/ drone@${host}:/nginx/sites/sabbatical.ipng.nl/ done