Skip to content

Commit

Permalink
Merge pull request #136 from Ong-gi-Jong-gi/minjoon-98-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
minjoon-98 authored Aug 6, 2024
2 parents 6fb5e75 + 58815c5 commit 0c72b2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
```sh
git clone https://github.com/Ong-gi-Jong-gi/namanmoo-backend.git
cd namanmoo-backend
```

### 2. Java 설치 및 설정
- Java JDK 17을 설치합니다.
Expand Down Expand Up @@ -99,15 +100,15 @@ cd namanmoo-backend
- `build`: 프로젝트를 빌드하고 Docker 이미지를 생성
- `deploy`: 빌드한 Docker 이미지를 AWS EC2 인스턴스에 배포

### 환경 변수 및 비밀 정보 설정
### 환경 변수 및 GitHub Secrets 정보 설정

GitHub Secrets에 다음 정보를 설정해야 합니다:
- DOCKERHUB_USERNAME: DockerHub 계정 이름
- DOCKERHUB_PASSWORD: DockerHub 계정 비밀번호
- PROJECT_NAME: 프로젝트 이름
- EC2_HOST: EC2 호스트 주소
- EC2_USER: EC2 사용자명
- EC2_SSH_KEY: EC2 SSH 키
- EC2_SSH_KEY: EC2 SSH 프라이빗
- DB_URL: 데이터베이스 접속 URL
- DB_USERNAME: 데이터베이스 사용자명
- DB_PASSWORD: 데이터베이스 비밀번호
Expand All @@ -123,7 +124,7 @@ GitHub Secrets에 다음 정보를 설정해야 합니다:
- LOG_GROUP_NAME: AWS Cloudwatch 로그 그룹 이름
- LOG_STREAM_NAME: AWS Cloudwatch 로그 스트림 이름

자세한 정보는 `.github/workflows/ci-cd.yml` 파일을 참고해주시길 바랍니다.
자세한 정보는 `.github/workflows/Spring Boot CI-CD.yml` 파일을 참고해주시길 바랍니다.

<!--
## 기여
Expand Down

0 comments on commit 0c72b2c

Please sign in to comment.