Skip to content
This repository was archived by the owner on Nov 27, 2021. It is now read-only.
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