mirror of https://github.com/OpenVidu/openvidu.git
Deployment: remove unnecessary template yamls from S3 at the end
parent
da32a74ff9
commit
1a6a998fea
|
@ -124,3 +124,4 @@ fi
|
|||
|
||||
rm $TEMPJSON
|
||||
rm cfn-mkt-ov-ce-ami.yaml
|
||||
aws s3api delete-object --bucket aws.openvidu.io --key cfn-mkt-ov-ce-ami.yaml
|
||||
|
|
|
@ -204,6 +204,8 @@ fi
|
|||
rm $TEMPJSON
|
||||
rm cfn-mkt-kms-ami.yaml
|
||||
rm cfn-mkt-ov-ami.yaml
|
||||
aws s3api delete-object --bucket aws.openvidu.io --key cfn-mkt-kms-ami.yaml
|
||||
aws s3api delete-object --bucket aws.openvidu.io --key cfn-mkt-ov-ami.yaml
|
||||
|
||||
# Return the KMS AMI identifier to the standard output
|
||||
echo ${KMS_RAW_AMI_ID} >>${OUTPUT_FILE}
|
||||
|
|
Loading…
Reference in New Issue