chore: revert-secrets-sync/#81 - #82
Merged
Merged
Conversation
chaeyn
approved these changes
Aug 5, 2026
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.
변경 내용
#79(PR #80)로 도입한 시크릿 동기화 파이프라인을 원복해요.
b3d4e78revert입니다.deploy/render-secrets.sh삭제.github/workflows/sync-config.yml삭제deploy/receive-deploy.sh—sync-configverb 제거, 이전 상태로 복원deploy/README.md— 시크릿 동기화 절 제거, 이전 상태로 복원확인 방법
git diff 5918476 HEAD -- deploy/ .github/workflows/결과 차이 0 — 작업 착수 이전 상태와 완전히 동일해요./opt/innolive/deploy/receive-deploy.sh의 sha256이 이 브랜치 파일과 일치하는 것을 확인했어요.서버·설정 원복 (이미 완료)
/etc/innolive/server-secrets.env·server.env정규화 이전 상태로 복원(원본 키 구성 그대로)/opt/innolive/deploy/render-secrets.sh제거,receive-deploy.sh복원, sudoers 항목 제거/healthready, AI 워커 2기 READY,sync-config요청은DENIEDPROD_*8종 삭제 — 배포용 레포 레벨 Secrets 6종은 영향 없음머지 후
기존
deploy경로로 자동 재배포돼요. Go 코드 변경이 없으므로 런타임 동작에는 영향이 없어요.Closes #81