You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.
deploy.sh is generating a stack with the name cf-notify.
The Usage section of the documentation says to use a --stack-name of cf-notify-$CHANNEL. This causes the following error:
An error occurred (ValidationError) when calling the DescribeStacks operation: Stack with id cf-notify-builds does not exist
In my case, I only need to notify to a single channel so I can simple change the command, but it was still confusing. Others might need the ability to target different channels, in which case deploy.sh should be changed.
The text was updated successfully, but these errors were encountered:
deploy.sh
is generating a stack with the namecf-notify
.The Usage section of the documentation says to use a
--stack-name
ofcf-notify-$CHANNEL
. This causes the following error:In my case, I only need to notify to a single channel so I can simple change the command, but it was still confusing. Others might need the ability to target different channels, in which case
deploy.sh
should be changed.The text was updated successfully, but these errors were encountered: