Merge pull request #47 from barrettruth/feat/invalidate-cloudfront-cache

x
This commit is contained in:
Barrett Ruth 2026-01-12 22:20:00 -06:00 committed by GitHub
commit 7f14d7be7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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