deployment: Disable rollback temporarly on creating AMIs
This commit is contained in:
parent
ad8e8938d4
commit
dc248cae71
@ -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}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user