Skip to content

Commit f266c36

Browse files
authored
Merge pull request #122 from prgrms-web-devcourse-final-project/chore/33-infra
chore[qdrant]: PROD 오타 수정..
2 parents 08806ba + 3d85ad5 commit f266c36

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)