Skip to content

Commit

Permalink
storing to the correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jul 15, 2024
1 parent 3ab61a6 commit 8fcb4ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/assets/shell/getAmazonCertificateManagerSSL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ for domain in "${DOMAINS[@]}"; do
sleep 20
VALID_CERTIFICATES+=("$NEW_CERT")
echo "${domain}=$NEW_CERT" >> $GITHUB_OUTPUT
echo "${domain}=$NEW_CERT" >> IMAGE_BUILDER.txt

echo "${domain}=$NEW_CERT" >> LOAD-BALANCERS.txt
fi
done

Expand Down

0 comments on commit 8fcb4ea

Please sign in to comment.