Skip to content

Commit

Permalink
Added the docker containers cleanup after the containers recreation w…
Browse files Browse the repository at this point in the history
…ith the force flag
  • Loading branch information
liubovpashkova committed Jul 12, 2024
1 parent 05f0b39 commit c3a5239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-to-azurevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
echo MONGODB_CONN_STRING="${{secrets.PANKB_PROD_MONGODB_CONN_STRING}}" >> .env
cat .env
docker compose up -d --build --force-recreate
docker system prune
docker system prune --all --force

0 comments on commit c3a5239

Please sign in to comment.