summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPrefetch2026-08-30 22:39:19 +0200
committerPrefetch2026-08-30 22:39:19 +0200
commitb7b66878b3699ddb0a495c6ba91b83ecee3362d8 (patch)
treea777f8b62da55694e609ef5aaae73503954b2dc5 /Makefile
parent59d96e859f1f623e6af7d0a4feec75aafd6849b8 (diff)
Deploy with rclone instead of rsync
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: