Skip to content

Commit

Permalink
CI: Make installation script public
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Jul 21, 2020
1 parent b6f7f88 commit f6363df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvidu-server/deployments/ce/aws/createAMI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TEMPLATE_URL=https://s3-eu-west-1.amazonaws.com/aws.openvidu.io/cfn-mkt-ov-ce-am

# Update installation script
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


Expand Down

0 comments on commit f6363df

Please sign in to comment.