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:
parent
b632b23a51
commit
df10ed9739
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ deploy: build
|
||||||
|
|
||||||
.PHONY: deploy-remote
|
.PHONY: deploy-remote
|
||||||
deploy-remote: build
|
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
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue