Skip to content

Commit

Permalink
πŸ“¦οΈ Chore: S3-CloudFront CICD Settings μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyeongjang authored Oct 12, 2024
1 parent f0cd906 commit 182c77c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Invalidate CloudFront Cache
uses: chetan/invalidate-cloudfront-action@master # CloudFront μΊμ‹œ λ¬΄νš¨ν™” - CloudFrontλŠ” 배포 μ‹œ μ μš©κΉŒμ§€ 24μ‹œκ°„μ΄ μ†Œμš”λœλ‹€. μ—…λ°μ΄νŠΈ λ‚΄μš©μ„ λ°˜μ˜ν•˜κΈ°μœ„ν•΄μ„œλŠ” λ°˜λ“œμ‹œ λ¬΄νš¨ν™” μ²˜λ¦¬κ°€ ν•„μš”ν•˜λ‹€
env:
AWS_DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION_ID }} # CloudFront 배포 ID
DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION_ID }} # CloudFront 배포 ID
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
PATHS: '/*' # λ¬΄νš¨ν™”ν•  경둜
continue-on-error: true # 였λ₯˜ λ°œμƒ μ‹œμ—λ„ 계속 진행

0 comments on commit 182c77c

Please sign in to comment.