Skip to content
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

chore(FE): 프론트엔드 CI/CD 구축 #144

Merged
merged 8 commits into from
Jan 19, 2025
Merged

Conversation

eeseung
Copy link
Member

@eeseung eeseung commented Jan 18, 2025

#️⃣ 관련 이슈

💡 작업 내용

  • 프론트엔드 CI/CD를 구축했습니다.
  1. PR workflow - 브랜치 상관 없이 PR 올리면 빌드 테스트를 수행합니다.
  2. dev workflow - develop 브랜치에 푸시하면 staging 환경에 배포합니다.
  3. prod workflow - main 브랜치에 푸시하면 production 환경에 배포합니다.
  • dev 워크플로우 -> staging으로 수정하고, 워크플로우 이름 전체 수정했습니다.

📢 PR Point

@eeseung eeseung added ⚙ setting 개발 환경 설정 🖥️ FE 프론트엔드 작업 labels Jan 18, 2025
@eeseung eeseung self-assigned this Jan 18, 2025
@eeseung eeseung linked an issue Jan 18, 2025 that may be closed by this pull request
3 tasks
@eeseung eeseung merged commit cbd91da into develop Jan 19, 2025
2 checks passed
@eeseung eeseung deleted the feature/#120/frontend-cicd branch January 19, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥️ FE 프론트엔드 작업 ⚙ setting 개발 환경 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

프론트엔드 CI/CD 구축
2 participants