From ef1bfdeaaf24ad0f18ecb315b174adf8227fbe1d Mon Sep 17 00:00:00 2001 From: Xander Bazzi <alexanderbazzi@gmail.com> Date: Fri, 23 Feb 2024 19:03:01 -0700 Subject: [PATCH] Add changelog and update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d920ea..8b84ecf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# website -Personal website +# Personal website +This static site is hosted on an AWS S3 bucket, which is cached and served globally through AWS Cloudfront Edge Locations. + +The site is programatically updated with GitHub Actions every time the master branch is merged. The action is set up with a declarative `.yaml` file that uploads the source code and assets to the S3 bucket. The workflow then invalidates the Cloudfront distribution's cache so that the latest site content is pulled from the origin bucket. For authentication, the action uses access and secret keys from an authorized AWS IAM user. \ No newline at end of file