2
0

Don't sync .git repos.

This commit is contained in:
Maarten Billemont 2014-10-22 16:03:40 -04:00
parent 283d555d3b
commit f3d0368a75

View File

@ -2,4 +2,4 @@
set -e
cd "${BASH_SOURCE[0]%/*}"
s3cmd sync --delete-removed --follow-symlinks --preserve --acl-public --reduced-redundancy . s3://masterpasswordapp.com/
s3cmd sync --exclude '.git/**' --delete-removed --follow-symlinks --preserve --acl-public --reduced-redundancy . s3://masterpasswordapp.com/