We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb74ce commit 640917bCopy full SHA for 640917b
1 file changed
deploy.sh
@@ -492,7 +492,7 @@ ac_name=$(aws sts get-caller-identity --query "Account" --output text)
492
r53_domain_name="${rgurl//http[s]*:\/\//}"
493
jqcmd='.HostedZones[] | select(.Name=='"\"${r53_domain_name}.\""')|.Id'
494
hosted_zone=$(aws route53 list-hosted-zones-by-name --dns-name "$r53_domain_name" | jq -r "$jqcmd" | sed -e 's#\/hostedzone\/##')
495
-makeconfigs.sh "$userpoolclient_id" "$userpool_id" "$bucketname" "$appuser" "$appuserpassword" \
+./makeconfigs.sh "$userpoolclient_id" "$userpool_id" "$bucketname" "$appuser" "$appuserpassword" \
496
"$runid" "$rgurl" "$region" "ROLE_NAME" "$ac_name" "$hosted_zone"
497
echo "Deploying main stack (roles, ec2 instance etc.)"
498
mainstack_start_time=$SECONDS
0 commit comments