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 f7a8585 commit f27046aCopy full SHA for f27046a
bin/s3-sync.sh
@@ -19,4 +19,4 @@ for path in css js; do
19
aws s3 sync $path s3://$1/$path --exclude 'editor-*' ${LONG_CACHE} ${ARGS}
20
done
21
22
-aws s3 sync media s3://$1 ${LONG_CACHE} ${ARGS}
+aws s3 sync media s3://$1/media ${LONG_CACHE} ${ARGS}
0 commit comments