chore: 배포 compose 를 main 과 동일하게 맞춤 - #130
Merged
Merged
Conversation
#127 을 고치면서 같은 자리에 설명 주석을 덧붙였는데, main 은 hotfix 로 같은 설정을 이미 추가해 둔 상태였다. 양쪽이 같은 줄에 각자 추가한 꼴이라 develop 을 main 으로 머지할 때 충돌이 난다. 설정값은 처음부터 동일했으므로 주석을 main 쪽에 맞춰 충돌 원인을 없앤다.
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.
관련 이슈
변경 내용
docker-compose.prod.yml의SHARE_PUBLIC_BASE_URL주변 주석을main과 동일하게 맞춤작업 목적
develop을main으로 머지할 때 이 파일에서 충돌이 난다. #127 을 고치면서 설명 주석을덧붙였는데,
main은 hotfix 로 같은 설정을 같은 자리에 이미 추가해 둔 상태였다. 양쪽이같은 줄에 각자 추가한 형태라 자동 병합이 되지 않는다.
설정값(
${SHARE_PUBLIC_BASE_URL:-https://heddy.site/s})은 양쪽이 처음부터 같았고 차이는주석 두 줄뿐이므로, 주석을
main쪽에 맞춰 충돌 원인을 없앤다.테스트 방법
이 브랜치를
main에 시험 병합했을 때 충돌이 없는 것을 확인했다. 파일 내용이main과바이트 단위로 같아, 양쪽이 같은 내용을 추가한 형태가 되어 자동 병합된다.
체크리스트
기타 사항
develop에 머지한 뒤develop→main을 진행하면 된다.