Conversation
fix: 홈베이스 예약 조회 API date 쿼리 파라미터 대응
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
COOKIE_SECURE 미설정 시 기존 NODE_ENV 기준 동작 유지. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
SSE 버퍼링 비활성·업로드 크기 완화 포함. certbot은 prod 프로파일로 분리. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
일반 요청은 기본 버퍼링 유지, SSE 두 경로만 proxy_buffering off + 장시간 timeout. 공통 프록시 헤더는 server 레벨로 상속. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
명시적 "true"/"false"만 적용하고 그 외(빈 문자열·미설정)는 NODE_ENV 기준으로 폴백. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
develop→preview, main→production 환경 분리. GITHUB_TOKEN으로 ghcr.io/team-incube 푸시(개인 PAT 불필요), appleboy ssh/scp로 VM 배포. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Vercel 연동이 만든 Preview/Production 환경과 혼동 방지. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
배포 시점에만 유효한 GITHUB_TOKEN으로 VM에서 docker login → private 패키지도 별도 PAT 없이 pull. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
feat: GSM SV 배포 구성 추가
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
requested review from
g-hyxn,
hyooeunn,
jyuuuuu0,
koreahghg,
ma94275 and
zaewc
June 16, 2026 06:36
Member
Author
|
/release-draft |
This branch was successfully deployed
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.
#️⃣연관된 이슈
없음
📝작업 내용
refresh_token쿠키의 secure 플래그를 런타임COOKIE_SECUREenv로 오버라이드할 수 있게 하고, 빈 문자열일 때 secure 쿠키가 잘못 비활성화되지 않도록 보정했습니다.date쿼리 파라미터를 추가하고, queryKey·캐시 무효화·예약 데이터 조회에reservationDate를 반영했습니다. (fix: 홈베이스 예약 조회 API date 쿼리 파라미터 대응 #186)