We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708057e commit 88dee34Copy full SHA for 88dee34
.github/workflows/deploy-service.yml
@@ -109,7 +109,7 @@ jobs:
109
110
# Blue 인스턴스 헬스 체크
111
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)
+ docker-compose ps | grep server-blue | grep "healthy" || (echo "Blue container did not become healthy" && exit 1)
113
114
# Nginx 리로드로 트래픽 전환
115
docker-compose exec nginx nginx -s reload
0 commit comments