Skip to content

Commit

Permalink
fix: env DISTRIBUTION name 재수정
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee committed Oct 31, 2023
1 parent 7a4e64b commit 1b2420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontendCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Invalidate cache CloudFront
uses: chetan/invalidate-cloudfront-action@master
env:
DISTRIBUTION_ID: ${{ secrets.DISTRIBUTION_ID }}
AWS_DISTRIBUTION_ID: ${{ secrets.DISTRIBUTION_ID }}
PATHS: '/index.html'
# continue-on-error: true
#jobs:
Expand Down

0 comments on commit 1b2420b

Please sign in to comment.