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 08806ba commit 3d85ad5Copy full SHA for 3d85ad5
.github/workflows/CI-CD_Pipeline.yml
@@ -270,8 +270,8 @@ jobs:
270
PROD_REDIS_PORT=6379
271
PROD_REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
272
273
- RROD_QDRANT_HOST=qdrant_1
274
- RROD_QDRANT_PORT=6334
+ PROD_QDRANT_HOST=qdrant_1
+ PROD_QDRANT_PORT=6334
275
276
send_email_address=${{ secrets.SEND_EMAIL_ADDRESS }}
277
email_address=${{ secrets.EMAIL_ADDRESS }}
0 commit comments