Skip to content

Commit

Permalink
updating cert process
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jul 15, 2024
1 parent 8b34d97 commit 3ab61a6
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 @@ -72,8 +72,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" >> IMAGE_BUILDER.txt
echo "${domain}=$NEW_CERT" >> $GITHUB_OUTPUT
echo "${domain}=$NEW_CERT" >> IMAGE_BUILDER.txt

fi
done
Expand Down

0 comments on commit 3ab61a6

Please sign in to comment.