File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments