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

del: 배포 관련 파일인 docker-compose.yml과 deploy.sh 스크립트 제거 완료(develop -> main 병합으로 인해서 close)-2 #516

Closed
wants to merge 21 commits into from

Conversation

hoonyworld
Copy link
Member

@hoonyworld hoonyworld commented Dec 27, 2024

👩‍💻 Contents

  • ubuntu 서버 내에서도 관리하고 있기 때문에 이중관리의 번거로움이 있다고 판단하여, ubuntu 서버에서만 관리하고자 합니다.
  • 따라서 배포 관련 파일인 docker-compose.yml과 deploy.sh 스크립트를 제거합니다.

📝 Review Note

  • develop -> main 병합으로 인해서 close

📣 Related Issue

✅ 점검사항

  • docker-compose.yml 파일에 마이그레이션 한 API의 포워딩을 변경해줬나요?
  • Spring Secret 값을 수정하거나 추가했다면 Github Secret에서 수정을 해줬나요?
  • Nestjs Secret 값을 수정하거나 추가했다면 Docker-Compose.yml 파일 및 인스턴스 내부의 .env 파일을 수정했나요?

mikekks and others added 21 commits September 18, 2024 00:29
* �chore: 유저관련 temp API 추가 (#359)

* del(meeting): 모임 지원자 목록 csv 파일 다운로드 temp 삭제

* del(meeting): 모임 게시글 댓글 리스트 조회 temp 삭제

* chore(meeting): 유저 관련 API temp 버전 추가

* �chore: 모임 관련 API 스웨거에 보이는 응답값 수정 (#361)

* chore(meeting): 모임 활동 시간 Dto 반환 수정

* docs(meeting): status 스웨거상 enum 으로 보이게 수정

* chore(meeting): dto내 NotNull 오류 수정

* docs(meeting): 1,2,3 -> 0,1,2 로 수정

* docs(meeting): number -> integer 로 수정

* feat: 모니터링 서버 구축 (#357)

* add(setting): actuator 및 prometheus exporter 설정

* add(yml): 액츄에이터 관련하여 커스텀 포트 및 path 적용

* chore(config): 헬스체크 엔드포인트 화이트리스트에 추가

* chore(config): 화이트리스트 한 곳에서 관리할 수 있도록 코드 구조 변경

* chore(Advertisement): id, 게시 시작일 데이터 추가 (#365)

* refactor: 시큐리티 config 코드 개선 및 헬스 체크 방식 변경 (#363)

* refactor(config): 중복코드 제거

* del(config): 사용하지 않는 코드 제거

* fix(User): AppliedCount -> ApprovedCount 로 변경 (#374)

* feat(application-local.yml): application-local.yml 세팅 (#375)

* fix(Post): desc 데이터 추가 (#378)

* �chore: 플그 db 연결 작업 (#376)

* feat(MemberBlock): 플그의 MemberBlock 테이블 등록

* infra(Playground): 플그 db 연결

* add(Playground): 차단 관련 repository 추가

* feat(Playground): 기능 테스트를 위한 임시 API 개발 (삭제 필요)

* fix(config): 테스트 db는 기존대로 유지

* chore(config): local db 설정을 위한 수정

* chore(yml): prod yml 수정

* chore(yml): 테스트를 위한 API 수정

* fix(config): validate 추가

* del(config): 사용하지 않는 어노테이션 삭제

* chore(local,config): local-yml 수정

* refactor(ci&cd): docker hub 푸시할 때 태그 추가 (#380)

---------

Co-authored-by: DongHoon Lee <[email protected]>
hotfix: 컬럼 이름 변경 (#384)
hotfix: playground와 엔티티 싱크 맞추기
v2.1.0
v2.1.1
v2.1.2
v2.1.3
v2.1.4
�v2.1.4
v2.1.5
v2.1.6
v2.1.6
v2.2.0
v2.2.1
* chore: dev/prod 별 센트리 dsn, environment, servername 설정

* chore: logback 전용 Sentry 의존성 추가

* feat: Sentry logback 기능 추가

* feat: Sentry 속성을 주입하는 SentryConfig 추가

* feat: Sentry Exception 테스트용 임시 API 추가

* chore: slack webhook 의존성 주입

* chore: slack 웹훅에 사용될 환경변수 설정

* chore: 에러감지 시 Slack으로 Sentry 주소를 보내주도록 구현

* chore: test용 yml파일에 변경사항 업데이트

* feat: IOException Handler 메서드 추가
v2.2.3
@hoonyworld hoonyworld requested a review from mikekks December 27, 2024 14:00
@hoonyworld hoonyworld self-assigned this Dec 27, 2024
Copy link

height bot commented Dec 27, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@hoonyworld hoonyworld changed the title del: 배포 관련 파일인 docker-compose.yml과 deploy.sh 스크립트 제거 완료 del: 배포 관련 파일인 docker-compose.yml과 deploy.sh 스크립트 제거 완료(develop -> main 병합으로 인해서 close) Dec 27, 2024
@hoonyworld hoonyworld closed this Dec 27, 2024
@hoonyworld hoonyworld changed the title del: 배포 관련 파일인 docker-compose.yml과 deploy.sh 스크립트 제거 완료(develop -> main 병합으로 인해서 close) del: 배포 관련 파일인 docker-compose.yml과 deploy.sh 스크립트 제거 완료(develop -> main 병합으로 인해서 close)-2 Dec 27, 2024
@hoonyworld hoonyworld deleted the del/#513-v2 branch December 27, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

del: docker-compose 및 deploy 스크립트 제거
2 participants