Skip to content

Commit

Permalink
test: actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Jul 26, 2024
1 parent f32a678 commit b73d1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: aws s3 sync --region ap-northeast-2 build s3://jgs-fronted --delete
run: aws s3 sync --region ap-northeast-2 build s3://jgs-frontend --delete

- name: Invalidate CloudFront Cache
run: aws cloudfront create-invalidation --distribution-id

0 comments on commit b73d1e0

Please sign in to comment.