Skip to content

Commit

Permalink
Merge pull request #493 from ddps-lab/fix-cloudfront-issue
Browse files Browse the repository at this point in the history
Github Actions가 (S3 web 배포) 제대로 동작하지 않는 문제 해결
  • Loading branch information
mh3ong authored Jan 22, 2025
2 parents ce8b7e1 + e090287 commit f1f5584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: "Sync with AWS S3"
run: aws s3 sync ./frontend/build/ s3://${{ secrets.AWS_SPOTLAKE_S3_BUCKET_NAME }} --acl public-read --delete
- name: "Create Invalidation"
run: aws cloudfront create-invalidation --distribution-id EM3KPE8H4PYYF --paths "/*"
run: aws cloudfront create-invalidation --distribution-id E2VA9I0M7YAVHW --paths "/*"

0 comments on commit f1f5584

Please sign in to comment.