Skip to content

Commit 219dc06

Browse files
committed
Create www-revhashed before move for s3 push
1 parent 7597381 commit 219dc06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/deploy/push_static_s3.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ then
1212
exit 1
1313
fi
1414

15+
mkdir -p www-revhashed
16+
1517
find www/ -regextype egrep -regex '.+\.[a-f0-9]{20}\..+' -exec mv -t www-revhashed/ -- {} +
1618

1719
sync_to_s3 () {

0 commit comments

Comments
 (0)