Skip to content

Commit 87862c2

Browse files
authored
Merge pull request #138 from prgrms-web-devcourse-final-project/chore/33-infra
chore[qdrant]: 변수 수정
2 parents 0e7a355 + 81b476f commit 87862c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
aws-region: ${{ secrets.AWS_REGION }}
240240
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
241241
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
242-
instance-ids: "i-04e6cdbebfead7150"
242+
instance-ids: "i-083c532175a61cd43"
243243
working-directory: /
244244
comment: Deploy
245245
command: |
@@ -270,8 +270,8 @@ jobs:
270270
PROD_REDIS_PORT=6379
271271
PROD_REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
272272
273-
SPRING_AI_VECTORSTORE_QDRANT_HOST=qdrant_1
274-
SPRING_AI_VECTORSTORE_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)