Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Jaeyeob Kim edited this page May 20, 2022 · 4 revisions

CI/CD

image

  1. Github Repository에 push 시 자동으로 Github Actions 실행
  • 프로젝트 빌드 후 jar 파일 생성
  • 빌드를 실행할 때 각종 보안정보 설정(DB 정보, key값 등)
  1. AWS S3에 생성한 jar 파일 업로드
  2. CodeDeploy에 배포 요청
  3. S3에 업로드된 Jar파일을 받아서 EC2에서 배포 수행
Clone this wiki locally