From c92d2cf2618eceb85a82e70828d9b17a76026d65 Mon Sep 17 00:00:00 2001 From: Garima Ketan Chauhan Date: Thu, 3 Apr 2025 00:36:43 +0200 Subject: [PATCH] Update deploy_test.yml :/ --- .github/workflows/deploy_test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index cb62b31..1014def 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -22,10 +22,6 @@ jobs: export-variables: true keys-case: bypass - # Remove previous production containers at the beginning - - name: Remove previous production containers (if any) - run: docker rm -f secfit_stag_backend || true # Remove any previous containers - - name: Set up test containers run: docker compose -f docker-compose.stag.yml up --build -d