Skip to content

Conversation

@changuii
Copy link
Contributor

@changuii changuii commented Dec 10, 2025

  • fix: cloudfront 입장에서 캐시 무효화 경로 추가

  • fix: prod의 무효화 경로도 전체 캐시가 아닌 "/"만 하도록 변경

Summary by CodeRabbit

  • Chores
    • Optimized deployment configuration for improved content delivery efficiency.

✏️ Tip: You can customize this high-level summary in your review settings.

* fix: cloudfront 입장에서 캐시 무효화 경로 추가

* fix: prod의 무효화 경로도 전체 캐시가 아닌 "/"만 하도록 변경
@changuii changuii self-assigned this Dec 10, 2025
@changuii changuii added the bug label Dec 10, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 10, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Updated CloudFront cache invalidation paths in both development and production CI/CD workflows. The dev workflow now targets "/" instead of "/web", while the prod workflow targets "/" instead of "/*", affecting deployment caching behavior.

Changes

Cohort / File(s) Summary
CI/CD Workflow CloudFront Invalidation
.github/workflows/dev-cicd.yml, .github/workflows/prod-cicd.yml
Modified CloudFront invalidation paths: dev changed from "/web" to "/", prod changed from "/*" to "/"

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

  • Both changes are straightforward configuration updates to workflow files
  • No logic, testing, or behavior verification required
  • Consistent pattern across both files

Poem

A rabbit swift through paths did spring,
From "*" and "/web" to "/" they bring,
The cache now clears with simpler grace,
CloudFront smiles on the root namespace! 🐰✨

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 42fb4cc and c06e706.

📒 Files selected for processing (2)
  • .github/workflows/dev-cicd.yml (1 hunks)
  • .github/workflows/prod-cicd.yml (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@changuii changuii closed this Dec 10, 2025
@changuii changuii reopened this Dec 10, 2025
@changuii changuii merged commit 16f19ac into prod Dec 10, 2025
1 of 2 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants