https://github.com/baimamboukar/hosting-static-website-on-aws-s3-with-github-actions
Practicing static website hosting on AWS S3
https://github.com/baimamboukar/hosting-static-website-on-aws-s3-with-github-actions
Last synced: 7 months ago
JSON representation
Practicing static website hosting on AWS S3
- Host: GitHub
- URL: https://github.com/baimamboukar/hosting-static-website-on-aws-s3-with-github-actions
- Owner: baimamboukar
- Created: 2023-07-02T12:42:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T09:00:53.000Z (over 2 years ago)
- Last Synced: 2025-01-11T22:33:18.074Z (9 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploying static websites to AWS S3 via CI/CD with Github Actions
--------
[](https://aws.amazon.com/)
[](https://github.com)S3 is a powerful and reliable storage service offered by AWS Cloud. It can be used to host static websites with ease. In this tutorial, we will learn you how to deploy your static content to AWS S3 using GitHub Actions. This will allow you to automate the deployment process and ensure that your website is always up-to-date.
Follow the full tutorial here on
[medium](https://baimamboukar.medium.com/deploy-static-websites-to-aws-s3-via-ci-cd-with-github-actions-faa8c7432a5f)- Public URL [AWS Hosted static website](http://aws-github-actions-web-hosting.s3-website-us-east-1.amazonaws.com/)
@baimamboukar