Uh oh!
There was an error while loading. Please reload this page.
fix: config.alloy 경로 수정 - #490
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File ( |
a37799e to
5dc19c3Compare
Gyuhyeok99
left a comment
There was a problem hiding this comment.
으앗 이게 prod엔 반영이 안되어있었군요..
Uh oh!
There was an error while loading. Please reload this page.
관련 이슈
작업 내용
config.alloy가 디렉터리 형태로 생성되고 있었습니다. 디렉터리 구조 변경할 때 docker-compose 경로 수정이 누락된 것 같습니다.
마지막 배포 이후로 alloy가 도입되어 prod 환경에서 docker-compose up 이 실패했고, dev 환경에는 기존에 남아있던(디렉터리 구조 변경 전) config.alloy 가 남아서 여태까지 액션이 실패하지 않았던 것 같습니다.
docker compose dev, prod에서 경로 아래와 같이 수정했습니다
docs/config.alloy -> docs/infra-config/config.alloy
특이 사항
리뷰 요구사항 (선택)