[BE] refactor: 서브모듈 위치 변경 및 경로 변경 (#826) #827
Merged
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.
📌 관련 이슈
✨ PR 세부 내용
이슈 내용과 같이 새로운 환경에서 서버를 실행하기 위해 서브 모듈을 업데이트 했습니다.
또한 기존 프로퍼티를 관리하던 폴더를
festago-config/backend
이름으로 사용하며 직접 config 파일을application.yml
에 명시하였지만, 이름을 변경하며 명시할 필요가 없도록 하였습니다.(실제 작동하는 것을 보려면 dev, prod 말고 infra를 사용해주세요. 슬랙에 알람와요 😂)
추가로 기존 인프라의 Nginx를 도커로 구동하면서 스프링 서버도 도커로 구성하게 되었는데, 변경에 맞춰 CD Github Action도 변경했습니다!