Tweak upload script

pull/3462/head
Paulus Schoutsen 2019-08-06 09:56:07 -07:00
parent d2e780dda2
commit 8dce24ddfc
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# Run it twice, second time we just delete. # Run it twice, second time we just delete.
aws s3 sync dist s3://cast.home-assistant.io --acl public-read aws s3 sync dist s3://cast.home-assistant.io --acl public-read
aws s3 sync dist s3://cast.home-assistant.io --acl public-read --delete # Don't delete as it might break open sites that need to load code splitted things.
# aws s3 sync dist s3://cast.home-assistant.io --acl public-read --delete
# Todo : update JS first, HTML last.