Deploy static site to AWS (S3+CDN+R53)
Version updated for https://github.com/bitovi/github-actions-deploy-static-site-to-aws to version v0.2.10.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the deployment of static sites to AWS by uploading files to an S3 bucket, with optional integration of a CDN and custom domain management via Route 53. It simplifies the process of hosting public files, configuring SSL certificates, and managing custom domains, providing scalable and secure static site hosting. Key features include automated file uploads, CDN support, and SSL certificate creation for AWS-managed domains.
Release notes
What’s Changed
- Fix root certificate issue by @LeoDiazL in https://github.com/bitovi/github-actions-deploy-static-site-to-aws/pull/27
Full Changelog: https://github.com/bitovi/github-actions-deploy-static-site-to-aws/compare/v0.2.9...v0.2.10