Skip to content

Commit

Permalink
updating cert
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jul 15, 2024
1 parent 5d9ce80 commit 23f41d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/assets/shell/getAmazonCertificateManagerSSL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ for domain in "${DOMAINS[@]}"; do
echo "Sleeping for 20 seconds to allow AWS to process the request"
sleep 20
VALID_CERTIFICATES+=("$NEW_CERT")
echo "${domain}=$NEW_CERT" >> $GITHUB_OUTPUT
echo "${domain}=$NEW_CERT" >> LOAD-BALANCERS.txt
# echo "${domain}=$NEW_CERT" >> $GITHUB_OUTPUT
# echo "${domain}=$NEW_CERT" >> LOAD-BALANCERS.txt
fi
done

Expand Down

0 comments on commit 23f41d5

Please sign in to comment.