Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
crizin committed Sep 1, 2023
1 parent 98d1791 commit e0686e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ $ docker compose up -d

## GitHub Action

- `.github/workflows/build.yml`: 프로젝트 빌드 후 Amazon ECR에 Docker 이미지를 푸시
- `.github/workflows/build.yml`: 프로젝트 빌드 후 GitHub Container Registry에 Docker 이미지를 푸시
- 필요한 Secrets
- `AWS_REGION`: 예) ap-northeast-2
- `AWS_ACCESS_KEY_ID`: 예) ABCDEFGHIJKLMNOPQRST
- `AWS_SECRET_ACCESS_KEY`: 예) abcdefghijklmnopqrstuvwxyz0123456789ABCD
- `SLACK_WEBHOOK_URL`: https://hooks.slack.com/services/ABCDEFGHI/JKLMNOPQRST/abcdefghijklmnOPQRSTU012
- `.github/workflows/sonarcloud.yml`: SonarCloud에 정적 분석 결과 리포팅
- 필요한 Secrets
Expand Down

0 comments on commit e0686e2

Please sign in to comment.