From aaf6891088621fde507c38e166ee641a112580d6 Mon Sep 17 00:00:00 2001 From: DooHyoJeong Date: Mon, 29 Sep 2025 16:14:07 +0900 Subject: [PATCH] =?UTF-8?q?chore[qdrant]:=20qdrant=20=ED=98=B8=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI-CD_Pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-CD_Pipeline.yml b/.github/workflows/CI-CD_Pipeline.yml index 85a86c08..c2376b6f 100644 --- a/.github/workflows/CI-CD_Pipeline.yml +++ b/.github/workflows/CI-CD_Pipeline.yml @@ -270,7 +270,7 @@ jobs: PROD_REDIS_PORT=6379 PROD_REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }} - PROD_QDRANT_HOST=qdrant + PROD_QDRANT_HOST=qdrant_1 PROD_QDRANT_PORT=6334 send_email_address=${{ secrets.SEND_EMAIL_ADDRESS }}