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 0b041d5 commit e3cc60a
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 @@ -43,7 +43,7 @@ jobs:
echo "" >> .env
echo "## MongoDB-PROD (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 "# 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
cat .env
docker compose up -d --build --force-recreate
Expand Down

0 comments on commit e3cc60a

Please sign in to comment.