diff options
| author | Prefetch | 2026-08-30 22:39:19 +0200 |
|---|---|---|
| committer | Prefetch | 2026-08-30 22:39:19 +0200 |
| commit | b7b66878b3699ddb0a495c6ba91b83ecee3362d8 (patch) | |
| tree | a777f8b62da55694e609ef5aaae73503954b2dc5 /Makefile | |
| parent | 59d96e859f1f623e6af7d0a4feec75aafd6849b8 (diff) | |
Deploy with rclone instead of rsync
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
