datascience/deploy.sh

6 lines
187 B
Bash
Raw Normal View History

2018-12-04 14:38:27 +01:00
aws s3 sync ./dist s3://datascience.oceanprotocol.com \
--delete \
--acl public-read \
--exclude '.DS_Store' \
--cache-control max-age=0,no-cache,no-store,must-revalidate