From d4653456fa23dd2e8232895888cfd50c69a20632 Mon Sep 17 00:00:00 2001 From: Gargi Ketan Chauhan Date: Mon, 24 Mar 2025 23:34:55 +0100 Subject: [PATCH] Update deploy_test.yml so initially, i had to add a line for deleting some container coz i think they might have been built in some previous iteration that wasnt executed fully and couldnt be deleted. but now that the previous commit went through successfully i am assuming there are no more containers with this name..so we should be able to continue without this command --- .github/workflows/deploy_test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index 5e385f7..c5e3b72 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -21,11 +21,7 @@ jobs: with: export-variables: true keys-case: bypass - - - name: Remove old containers - run: docker rm -f secfit_stag_backend || true - - + - name: Set up test containers run: docker-compose -f docker-compose.stag.yml up --build -d