From b7b66878b3699ddb0a495c6ba91b83ecee3362d8 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sun, 30 Aug 2026 22:39:19 +0200 Subject: Deploy with rclone instead of rsync --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05af8fe..32cbc02 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ compress: deploy: - rsync --rsh="ssh -p $(PORT)" --stats --checksum --recursive public/ $(HOST):/srv/prefetch.eu/public/ + rclone sync --verbose ./public/ server:/home/html/prefetch.eu/ clean: -- cgit v1.3