Update rsync flags
Build and Deploy / deploy (push) Successful in 1m31s

This commit is contained in:
2026-05-02 14:08:48 +02:00
parent 7a7bbfff25
commit c711783d9f
+2 -2
View File
@@ -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