deployment: Disable rollback temporarly on creating AMIs

pull/690/head
cruizba 2022-01-26 12:52:12 +01:00
parent ad8e8938d4
commit dc248cae71
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ fi
aws cloudformation create-stack \
--stack-name openvidu-ce-${DATESTAMP} \
--template-url ${TEMPLATE_URL} \
"$(if [ "$NIGHTLY" == "false" ]; then echo '--disable-rollback'; fi)"
--disable-rollback
# "$(if [ "$NIGHTLY" == "false" ]; then echo '--disable-rollback'; fi)"
aws cloudformation wait stack-create-complete --stack-name openvidu-ce-${DATESTAMP}