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

[Feat] Docker + EC2 + Github Action + Https Ci/Cd 배포 (#23) #26

Merged
merged 38 commits into from
Jan 20, 2025

Conversation

chanmin-00
Copy link
Member

@chanmin-00 chanmin-00 commented Jan 16, 2025

#️⃣연관된 이슈

Close #23

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

  • 깃허브 액션 워크플로우 설정
  • Dockerfile 및 docker-compose.yml 추가
  • keystore.p12 인증키 추가

환경변수 추가할 때

  • env.prod에 환경변수 추가
  • env.prod의 내용을 깃허브 액션 시크릿 변수의 ALL_ENV_VARS에 등록

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@chanmin-00 chanmin-00 closed this Jan 16, 2025
@chanmin-00 chanmin-00 reopened this Jan 16, 2025
@chanmin-00 chanmin-00 changed the title Feat/ci cd #23 [Feat] Docker + EC2 + Github Action + Https Ci/Cd 배포 Jan 19, 2025
@chanmin-00 chanmin-00 changed the title [Feat] Docker + EC2 + Github Action + Https Ci/Cd 배포 [Feat] Docker + EC2 + Github Action + Https Ci/Cd 배포 (#23) Jan 19, 2025
@chanmin-00 chanmin-00 added 🦴Domain 도메인 또는 엔티티 수정 🌏 Deploy 배포 관련 and removed 🦴Domain 도메인 또는 엔티티 수정 labels Jan 19, 2025
- PR 닫혔을 때 CI/CD 진행하도록 수정
Copy link
Member

@chaen-ing chaen-ing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!! env파일만 다시적용하면 될 것 같아요

.env.prod Outdated
@@ -0,0 +1,19 @@
#KAKAO
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ignore에 추가가 안된듯합니다ㅠ.ㅠ.....

@chanmin-00 chanmin-00 force-pushed the feat/ci-cd-#23 branch 2 times, most recently from faa6e26 to 8cd0723 Compare January 20, 2025 07:31
Copy link
Member Author

@chanmin-00 chanmin-00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

env 파일 삭제 및 gitigonre 파일 등록하였습니다

Copy link
Member

@chaen-ing chaen-ing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

승인했습니다~👍

@chanmin-00 chanmin-00 merged commit 6c85410 into develop Jan 20, 2025
@chanmin-00 chanmin-00 deleted the feat/ci-cd-#23 branch February 6, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌏 Deploy 배포 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] Springboot + EC2 + Github Actions + Docker 이용한 CI/CD 기능을 구현한다.
2 participants