refactor: remove AWS S3 hosting infrastructure #3

Merged
barrettruth merged 1 commit from refactor/remove-aws-hosting into main 2026-03-13 10:49:49 +00:00
barrettruth commented 2026-03-13 10:48:48 +00:00

Problem

Site hosting is migrating from AWS S3 to Vercel, making the S3 deploy workflow and script unnecessary.

Solution

Remove .github/workflows/aws.yaml and scripts/deploy.sh. AWS secrets (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY) were also deleted from the repo settings.

## Problem Site hosting is migrating from AWS S3 to Vercel, making the S3 deploy workflow and script unnecessary. ## Solution Remove `.github/workflows/aws.yaml` and `scripts/deploy.sh`. AWS secrets (`AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`) were also deleted from the repo settings.
Sign in to join this conversation.
No description provided.