-
Notifications
You must be signed in to change notification settings - Fork 1
[All-Chore] 워크플로우 트리거 추가 및 프론트엔드 스크립트 잘못된 경로 수정 #415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe GitHub Actions workflow files for backend and frontend CI/CD were updated to ensure that changes to their respective workflow files themselves will trigger the workflows. Additionally, the frontend deployment workflow was modified to remove the Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant GitHub
participant EC2
Developer->>GitHub: Push/PR (including workflow file changes)
GitHub->>GitHub Actions: Trigger CI/CD workflow
alt Frontend CD
GitHub Actions->>GitHub Actions: Build frontend
GitHub Actions-->>GitHub Actions: Skip .env copy
GitHub Actions->>EC2: Copy built files to ~/app
else Backend CD/CI
GitHub Actions->>GitHub Actions: Run backend workflow
end
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
kwon204
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
#️⃣ 연관된 이슈>
📝 작업 내용> 이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)
.env파일은 빌드 시점에만 사용되므로, 복사하는 내용을 삭제합니다. (이전 PR에서vite관련 설정만으로 해결되었음)🙏 여기는 꼭 봐주세요! > 리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
진짜 끝..
Summary by CodeRabbit
.envfile and changing the deployment target directory for built files.