Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ jobs:

if [ $cnt -eq 10 ]; then
echo "===== 서버 실행 실패 ====="

echo "===== Health-check 실패: spring-${AFTER_COLOR} 로그 ====="
docker logs spring-${AFTER_COLOR} || true

docker-compose stop spring-${AFTER_COLOR}
docker-compose rm -f spring-${AFTER_COLOR}

echo "===== 롤백 완료: 기존 컨테이너 유지 ====="
exit 1
fi

Expand Down