Skip to content

Commit 73cd281

Browse files
authored
Merge pull request #127 from prgrms-web-devcourse-final-project/develop
chore[qdrant]: qdrant 호스트 변경
2 parents c0d2d77 + c84c191 commit 73cd281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
PROD_REDIS_PORT=6379
271271
PROD_REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
272272
273-
PROD_QDRANT_HOST=qdrant_1
273+
PROD_QDRANT_HOST=qdrant
274274
PROD_QDRANT_PORT=6334
275275
276276
send_email_address=${{ secrets.SEND_EMAIL_ADDRESS }}

0 commit comments

Comments
 (0)