Skip to content

Commit

Permalink
Update s3-upload.yml
Browse files Browse the repository at this point in the history
Move website deployment to new AWS account
  • Loading branch information
kyled7 authored Nov 27, 2023
1 parent 1f5a0e3 commit bbb991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
aws-region: ap-southeast-1

- name: Deploy static site to S3 bucket
run: aws s3 sync ./ s3://caliber.build --delete
run: aws s3 sync ./ s3://caliber.build-website --delete

# Invalidate Cloudfront
- name: Cloudfront Invalidation
Expand Down

0 comments on commit bbb991d

Please sign in to comment.