From c3a523949783e1ccc5afde6f28a8ac56847c8e56 Mon Sep 17 00:00:00 2001 From: liubovpashkova Date: Fri, 12 Jul 2024 17:56:39 +0000 Subject: [PATCH] Added the docker containers cleanup after the containers recreation with the force flag --- .github/workflows/deploy-prod-to-azurevm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod-to-azurevm.yml b/.github/workflows/deploy-prod-to-azurevm.yml index 9c686f0..30ff468 100644 --- a/.github/workflows/deploy-prod-to-azurevm.yml +++ b/.github/workflows/deploy-prod-to-azurevm.yml @@ -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 \ No newline at end of file + docker system prune --all --force \ No newline at end of file