[천수] sprint11#86
Merged
Hidden character warning
The head ref may contain hidden characters: "\ucc9c\uc218-sprint11"
Merged
Conversation
O-Seonsik
reviewed
Oct 21, 2025
| test: | ||
| runs-on: ubuntu-latest | ||
| env: | ||
| DATABASE_URL: postgresql://postgres:test_password@localhost:5432/test_db?schema=public |
Collaborator
There was a problem hiding this comment.
db host 도 환경변수로 처리하는 것이 안전합니다!
Collaborator
There was a problem hiding this comment.
여기 있는 모든 민감한 정보들은 환경변수로 처리하시는게 좋을 것 같습니다.
db host, jwt_secret db_password 등
Collaborator
|
도커를 통한 배포 방법을 오늘 멘토링 시간에 말씀드리겠습니다! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
미션 목표
요구사항
Github Actions 활용
Docker 이미지 만들기
다음을 만족하는 Dockerfile과 docker-compose.yaml을 작성해 주세요.
멘토에게