Skip to content

Commit

Permalink
πŸ”₯ Fix: yaml λ‚΄ μ‹œν¬λ¦Ώλ³€μˆ˜ 넀이밍 μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyyho authored Aug 27, 2024
1 parent e70c12c commit 649e610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: aws s3 sync --region ap-northeast-2 dist ${{ secrets.S3_BUCKET_NAME }} --delete

- name: Invalidate CloudFront Cache
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.DEV_AWS_DISTRIBUTION_ID }} --paths "/*"
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DISTRIBUTION_ID }} --paths "/*"

0 comments on commit 649e610

Please sign in to comment.