Skip to content

Commit f27046a

Browse files
committed
Fix media sync
1 parent f7a8585 commit f27046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/s3-sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ for path in css js; do
1919
aws s3 sync $path s3://$1/$path --exclude 'editor-*' ${LONG_CACHE} ${ARGS}
2020
done
2121

22-
aws s3 sync media s3://$1 ${LONG_CACHE} ${ARGS}
22+
aws s3 sync media s3://$1/media ${LONG_CACHE} ${ARGS}

0 commit comments

Comments
 (0)