From 1c77e8fbe7cc545c237a7a19acd06c114b76515d Mon Sep 17 00:00:00 2001 From: Jon Lorusso Date: Sat, 16 Mar 2019 17:30:29 -0400 Subject: [PATCH] Add channel to stack-name --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index cf9e91c..5298e62 100755 --- a/deploy.sh +++ b/deploy.sh @@ -78,7 +78,7 @@ echo 'Lambda artifact moved' echo 'Creating stack' aws cloudformation create-stack \ --template-body file://cf-notify.json \ - --stack-name cf-notify \ + --stack-name cf-notify-$CHANNEL \ --capabilities CAPABILITY_IAM \ --parameters ParameterKey=Bucket,ParameterValue=$BUCKET \ --profile $PROFILE @@ -89,3 +89,4 @@ then else echo 'Stack created' fi +