Skip to content

Commit 88dee34

Browse files
committed
feat: 도커 이미지 헬스체크 옵션
1 parent 708057e commit 88dee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
# Blue 인스턴스 헬스 체크
111111
echo "Waiting for Blue container to be healthy..."
112-
docker-compose ps | grep console-server-blue | grep "healthy" || (echo "Blue container did not become healthy" && exit 1)
112+
docker-compose ps | grep server-blue | grep "healthy" || (echo "Blue container did not become healthy" && exit 1)
113113
114114
# Nginx 리로드로 트래픽 전환
115115
docker-compose exec nginx nginx -s reload

0 commit comments

Comments
 (0)