Skip to content

Commit 40ac7a2

Browse files
committed
feat(site): faster website uploads, rsync skips files that are already on the server
1 parent ae69d4f commit 40ac7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish-site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ BUILD=1 npm run build-site
55

66
# Push the site live, requires credentials, open a bug
77
# if you need to be able to push the site
8-
scp -r docs/_site/* pouchdb@pouchdb.com:/home/pouchdb/www/pouchdb.com/
8+
rsync --recursive --progress docs/_site/* pouchdb@pouchdb.com:/home/pouchdb/www/pouchdb.com/

0 commit comments

Comments
 (0)