fix(infra): 운영 배포 Secret 전달 및 CI 안정성 개선 - #208
Merged
Merged
Conversation
SSH 스크립트에 직접 치환하던 Secret을 env와 envs를 통한 개별 환경변수 전달 방식으로 변경하고, INPUT_SCRIPT 크기 초과로 발생한 운영 배포 실패 해결 및 셸 명령 추적 비활성화를 통한 민감 정보 노출 방지
DailyReportServiceTest의 날짜 기준을 TodayDateTimeProvider로 통일해 UTC 기반 CI에서 발생하던 Mockito stub 인자 불일치 해결
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.
📝 요약(Summary)
Argument list too long오류를 수정했습니다.INPUT_SCRIPT에 합쳐지지 않도록 환경변수 전달 구조를 개선했습니다.주요 변경사항
env와envs로 개별 전달${{ secrets.* }}직접 치환 제거INPUT_SCRIPT가 Secret 크기에 비례해 증가하던 구조 개선set -x를 제거해 디코딩된 프롬프트와 민감 정보의 로그 노출 위험 완화DailyReportServiceTest의 날짜 기준을TodayDateTimeProvider로 통일검증
env와envs전달 변수 50개 일치 및 누락·중복 0건 확인DailyReportServiceTest집중 테스트 통과🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.