docs(ci) : 배포 워크플로 Secrets 및 서버 사전 세팅 문서화 - #161
Merged
Conversation
GCP_SA_KEY 제거 이후 어떤 Secret이 실제로 쓰이는지 불명확해져 워크플로 상단에 주석으로 정리. 폐기된 Secret 목록과 서버 1회 세팅 절차 포함. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
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.
개요
GCP_SA_KEY제거 이후 어떤 Secret이 실제로 쓰이는지 불명확해져,deploy.yml상단에 주석으로 정리했습니다.변경 내용
GCP_VM_IP,GCP_SSH_USER,GCP_SSH_PASSWORD,GCP_SSH_PORT외 앱 환경변수GCP_SA_KEY,GCP_SSH_KEY,GCP_PROJECT_ID,GCP_REGION,GCP_REPOSITORY(레포 전체 참조 0건, 삭제 가능)/opt/link-it소유권, docker 그룹,PasswordAuthentication)참고
주석만 추가한 변경으로 배포 동작에는 영향이 없습니다.
GitHub Secrets는 Settings에 저장되는 값이라 코드로 주석처리할 수 없어, 워크플로 파일에 문서화하는 방식으로 대체했습니다.
🤖 Generated with Claude Code