Skip to content

Commit

Permalink
fix: workflow 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sngbmYu authored Aug 19, 2024
1 parent f03c3f6 commit 98f6b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: aws s3 sync build s3://ustock-bucket/react/ --delete

- name: Invalidate CloudFront Cache
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} --paths "react/*" "/react/static/js/*" "/react/static/css/*"
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/react/*" "/react/static/js/*" "/react/static/css/*"

0 comments on commit 98f6b8a

Please sign in to comment.