CI: Make installation script public

pull/540/head
cruizba 2020-07-21 17:06:47 +02:00
parent b6f7f88a7e
commit f6363dfeab
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ TEMPLATE_URL=https://s3-eu-west-1.amazonaws.com/aws.openvidu.io/cfn-mkt-ov-ce-am
# Update installation script # Update installation script
if [[ ${UPDATE_INSTALLATION_SCRIPT} == "true" ]]; then if [[ ${UPDATE_INSTALLATION_SCRIPT} == "true" ]]; then
aws s3 cp ../docker-compose/install_openvidu.sh s3://aws.openvidu.io/install_openvidu_$OPENVIDU_VERSION.sh aws s3 cp ../docker-compose/install_openvidu.sh s3://aws.openvidu.io/install_openvidu_$OPENVIDU_VERSION.sh --acl public-read
fi fi