Skip to content

[Fix] - deploy.sh Nginx 자동 재시작 추가#183

Merged
thingineeer merged 3 commits intomainfrom
dev
Feb 23, 2026
Merged

[Fix] - deploy.sh Nginx 자동 재시작 추가#183
thingineeer merged 3 commits intomainfrom
dev

Conversation

@thingineeer
Copy link
Contributor

Summary

  • deploy.sh에 Nginx 상태 확인 및 자동 재시작 로직 추가
  • 배포 완료 후 진단 로그 출력 (Nginx 상태, Java 프로세스, 포트 리스닝)
  • EC2 복구용 임시 워크플로우 추가

원인 분석

  • OOM으로 Nginx가 죽은 상태에서 CodeDeploy 배포는 성공하지만 외부 접속 불가
  • deploy.sh가 Nginx 상태를 체크하지 않아 복구가 안 됨

Test plan

  • PROD-CD 배포 후 서버 응답 확인
  • /actuator/health 200 확인

@thingineeer thingineeer self-assigned this Feb 23, 2026
@thingineeer thingineeer merged commit b5cf9cb into main Feb 23, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant