Skip to content

Commit f3d0368

Browse files
committed
Don't sync .git repos.
1 parent 283d555 commit f3d0368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Site/2013-05/sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -e
33

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

0 commit comments

Comments
 (0)