Skip to content

Commit 3930bca

Browse files
authored
Merge pull request #123 from prgrms-web-devcourse-final-project/develop
chore[qdrant]: PROD 오타 수정..
2 parents d702a57 + f266c36 commit 3930bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ jobs:
270270
PROD_REDIS_PORT=6379
271271
PROD_REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
272272
273-
RROD_QDRANT_HOST=qdrant_1
274-
RROD_QDRANT_PORT=6334
273+
PROD_QDRANT_HOST=qdrant_1
274+
PROD_QDRANT_PORT=6334
275275
276276
send_email_address=${{ secrets.SEND_EMAIL_ADDRESS }}
277277
email_address=${{ secrets.EMAIL_ADDRESS }}

0 commit comments

Comments
 (0)