We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae69d4f commit 40ac7a2Copy full SHA for 40ac7a2
bin/publish-site.sh
@@ -5,4 +5,4 @@ BUILD=1 npm run build-site
5
6
# Push the site live, requires credentials, open a bug
7
# if you need to be able to push the site
8
-scp -r docs/_site/* pouchdb@pouchdb.com:/home/pouchdb/www/pouchdb.com/
+rsync --recursive --progress docs/_site/* pouchdb@pouchdb.com:/home/pouchdb/www/pouchdb.com/
0 commit comments