diff --git a/openvidu-server/deployments/ce/aws/createAMI.sh b/openvidu-server/deployments/ce/aws/createAMI.sh index 33c0a273..623102c1 100755 --- a/openvidu-server/deployments/ce/aws/createAMI.sh +++ b/openvidu-server/deployments/ce/aws/createAMI.sh @@ -4,9 +4,9 @@ set -eu -o pipefail CF_RELEASE=${CF_RELEASE:-false} AWS_KEY_NAME=${AWS_KEY_NAME:-} -if [[ $CF_RELEASE == "true" ]]; then - # git checkout v$OPENVIDU_VERSION -fi +# if [[ $CF_RELEASE == "true" ]]; then +# git checkout v$OPENVIDU_VERSION +# fi export AWS_DEFAULT_REGION=eu-west-1