Skip to content

Commit

Permalink
Update deploy-preprod-to-azurevm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liubovpashkova authored Jul 5, 2024
1 parent 2b53c7b commit 80d0c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preprod-to-azurevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo REPLICATE_API_TOKEN="${{secrets.REPLICATE_API_TOKEN}}" >> .env
echo VOYAGE_API_KEY="${{secrets.VOYAGE_API_KEY}}" >> .env
echo "" >> .env
echo "## MongoDB-PROD (Azure CosmosDB for MongoDB) Connection String" >> .env
echo "## MongoDB-PREPROD (Azure CosmosDB for MongoDB) Connection String" >> .env
echo "# Had to multiply maxIdleTimeMS by 10 to handle" >> .env
echo "# urllib3.exceptions.ProtocolError: (\"Connection broken: ConnectionResetError(104, 'Connection reset by peer')\", ConnectionResetError(104, 'Connection reset by peer'))" >> .env
echo MONGODB_CONN_STRING="${{secrets.PANKB_PREPROD_MONGODB_CONN_STRING}}" >> .env
Expand Down

0 comments on commit 80d0c86

Please sign in to comment.