This commit is contained in:
Barrett Ruth 2026-01-12 23:19:36 -05:00
parent 4fc8d4831d
commit a104150550

View file

@ -35,6 +35,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- run: aws sts get-caller-identity
- name: Deploy static site to S3 bucket
run: |
chmod +x scripts/deploy.sh