Skip to content

Commit

Permalink
chore: 캐시 무효화 주석해제
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeji committed Oct 31, 2024
1 parent 6cbe977 commit 8bd89ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/inong_fe_with_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
run:
aws s3 cp ./dist s3://www.inong.shop/ --recursive

# - name: invalidate cloudfront cache
# run:
# aws cloudfront create-invalidation --distribution-id EPLILOI974LXR --paths "/*"
- name: invalidate cloudfront cache
run:
aws cloudfront create-invalidation --distribution-id E311EUF9PYKNKB --paths "/*"

0 comments on commit 8bd89ff

Please sign in to comment.