Sync with --checksum to speed up over slow connection

It seems like timestamps update when rebuilding even though files don't
change; this ends up being significantly faster over a slow connection.
This commit is contained in:
Chandler Swift 2026-04-16 20:22:40 -05:00
parent b632b23a51
commit df10ed9739
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -4,7 +4,7 @@ deploy: build
.PHONY: deploy-remote
deploy-remote: build
rsync --archive --verbose --delete dist/ root@bert-jump:/srv/www/maps.chandlerswift.com/
rsync --archive --verbose --delete --checksum dist/ root@bert-jump:/srv/www/maps.chandlerswift.com/
.PHONY: clean
clean: