refactor: jungwoon-api 디렉터리를 purut-api 로 - #17
Merged
Merged
Conversation
패키지 리네임에 이어 모듈 디렉터리 이름도 맞춘다. CI 워크플로가 이 경로에 묶여 있어 같은 커밋에서 함께 바꿔야 한다 — 따로 하면 경로 필터가 안 맞아 CI 가 아예 안 돈다. paths: 'jungwoon-api/**' → 'purut-api/**' working-directory: jungwoon-api → purut-api 아티팩트 경로 2곳 docker build context README·스크립트 주석의 경로 표기도 함께 고쳤다. ## 남긴 것 GHCR 이미지명(jungwoon-api, jungwoon-admin)과 컨테이너명은 그대로다. 서버 compose·배포 워크플로·backup.sh 가 같은 이름을 참조하고 있어서, 바꾸려면 운영 .env 와 compose 를 동시에 교체하고 배포를 한 번 돌려 검증해야 한다. DB 이름과 R2 버킷도 마찬가지다.
likell1
added a commit
that referenced
this pull request
Aug 20, 2026
refactor: jungwoon-api 디렉터리를 purut-api 로
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.
모듈 디렉터리 이름을 패키지에 맞춥니다. CI 워크플로가 이 경로에 묶여 있어 같은 커밋에서 함께 바꿉니다 — 따로 하면 경로 필터가 안 맞아 CI 가 아예 돌지 않습니다.
GHCR 이미지명·컨테이너명·DB 이름·R2 버킷은 남겼습니다. 서버 compose 와 짝이 맞아야 해서 운영 교체와 함께 진행해야 합니다.
./gradlew build·test통과.