We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e007bc7 commit 8b33efcCopy full SHA for 8b33efc
Makefile
@@ -2,7 +2,7 @@ default: deploy
2
3
deploy:
4
s3cmd sync ./ s3://talks.phil.tech \
5
- --delete-removed --follow-symlinks --acl-public \
+ --delete-removed --follow-symlinks -P -M \
6
--progress --human-readable-sizes --verbose \
7
--exclude=.git/* \
8
--exclude=node_modules/* \
0 commit comments