From 697b8d1f42a3670b3b3b299cfeb58ece1c785522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 3 Feb 2024 18:27:15 +0100 Subject: [PATCH] ci: transfer by checksums --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index cafcd10..28fe384 100644 --- a/Earthfile +++ b/Earthfile @@ -21,5 +21,5 @@ deploy: echo "$SSH_KNOWN_HOSTS" > $HOME/.ssh/known_hosts && \ chmod 600 $HOME/.ssh/* COPY +site/build /build - RUN --secret SSH_TARGET --push rsync -avrz --delete /build/ $SSH_TARGET + RUN --secret SSH_TARGET --push rsync -cvrz --delete /build/ $SSH_TARGET