8000 Add channel to stack-name by jfl209 · Pull Request #13 · guardian/cf-notify · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was 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
< 8000 details class="details-reset details-overlay diffbar-item toc-select select-menu ml-0" data-target="diff-layout.tocMenu" > 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

0