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
Copy file name to clipboardExpand all lines: cicd/1-setup/deploy-cicd-dependencies.sh
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ read -r -p "Would you like to deploy this template to AWS account $ACCOUNT? [y/N
19
19
if [[ "$response"=~ ^([yY][eE][sS]|[yY])$ ]]
20
20
then
21
21
echo Updating cloudformation stack...
22
+
echo"Follow along at https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks?filteringText=aiproxy-cicd-deps&filteringStatus=active&viewNested=true&hideStacks=false"
0 commit comments