1
results
for Hugo
-
Looking to automate your Hugo website deployments to AWS S3? The
hugo-to-s3-action-oidcGitHub Action makes this process seamless by handling both the build and deployment in a single step, all while using secure OIDC authentication.Prerequisites
Before you begin, ensure you have:
- A Hugo website in a GitHub repository
- An AWS S3 bucket set up for static website hosting
- AWS configured with GitHub OIDC authentication
- Appropriate IAM roles and permissions
For detailed instructions on setting up OIDC in AWS, refer to the official GitHub documentation.