An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Deploying static websites to AWS S3 via CI/CD with Github Actions
--------

![Deploy static websites to AWS S3](https://github.com/baimamboukar/hosting-static-website-on-aws-S3-with-github-actions/assets/49169158/efdf4450-8210-4ed1-b3be-0dd47e8bafcb)

[![AWS](https://img.shields.io/badge/AWS-Cloud%20Provider-orange?logo=amazon-aws)](https://aws.amazon.com/)
[![Github Actions](https://img.shields.io/badge/CI-GithubActions-blue?logo=github-actions&logoColor=white)](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