-
Notifications
You must be signed in to change notification settings - Fork 0
deploy: v1.1.0 운영서버 배포 #164
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: 슬랙 서버-에러 채널에 400,500 에러 전송 기능 개발 * chore: test controller 삭제
- Junie, Cursor, GitHub Copilot 가이드라인을 추적하지 않도록 설정
* feat: 슬랙 서버-에러 채널에 400,500 에러 전송 기능 개발 * chore: test controller 삭제 * feat: 개발/운영서버에서 발생한 것인지 명시 * chore: 운영환경 표시를 yml 파일에서 하는 것으로 변경
…163) * feat: 애플리케이션 환경 설정 파일 추가 및 .gitignore 수정 - application-dev.yml, application-local.yml, application-prod.yml, application-test.yml 파일 추가 - .gitignore에서 애플리케이션 파일 관련 항목 제거 * feat: Swagger UI 경로 수정 - Swagger UI의 경로를 "/swagger-ui.html"로 변경하여 리소스 접근을 개선함. * feat: 개별 배포 테스트를 위한 GitHub Actions 워크플로우 추가 - 새로운 워크플로우 파일인 individual-deploy-test.yml을 추가하여 pull request 시 자동으로 배포 테스트를 수행하도록 설정. - 개발 환경에 맞춘 JDK 설정, Gradle 캐싱, Docker 빌드 및 배포 스크립트를 포함함. - application-dev.yml, application-local.yml, application-prod.yml 파일에서 JWT 비밀 키를 환경별로 수정함. * feat: GitHub Actions 워크플로우에서 브랜치 이름 수정 및 환경별 설정 개선 - dev 브랜치 이름을 'develop'으로 변경 - dev 및 prod 프로파일 활성화 시 환경별 application.yml 파일 생성 방식 개선 - Docker 실행 시 환경 변수 추가로 보안 및 설정 강화 * refactor: 개발 및 운영 서버 배포를 위한 GitHub Actions 워크플로우 추가 - 새로운 워크플로우 파일을 추가하여 main 및 develop 브랜치에 대한 CI/CD 파이프라인을 설정. - 환경별 application.yml 파일을 자동으로 생성하도록 구성. - Docker 이미지 빌드 및 푸시, 서버 배포를 위한 단계 포함.
- UserProperties 클래스를 생성하여 금지된 닉네임 목록을 관리. - UserService에서 닉네임 중복 및 금지된 닉네임 검증 로직 추가. - application.yml 파일에 금지된 닉네임 설정 추가.
Contributor
|
배포가 되었지만 심각한 문제가 발견되어 main 브랜치의 과거 버전으로 롤백해서 배포가 되었습니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 요약(Summary)
v1.1.0 주요 변경사항
💬 공유사항 to 리뷰어
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.