Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Add channel to stack-name #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -89,3 +89,4 @@ then
else
echo 'Stack created'
fi