Skip to content

Commit

Permalink
do not remove the .env from the server after the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
liubovpashkova authored Jul 5, 2024
1 parent 383b3b1 commit 2b53c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-preprod-to-azurevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ jobs:
echo MONGODB_CONN_STRING="${{secrets.PANKB_PREPROD_MONGODB_CONN_STRING}}" >> .env
cat .env
docker compose up -d --build --force-recreate
rm .env

0 comments on commit 2b53c7b

Please sign in to comment.