From 7f86544c16a14c954727d1bb6413727c7559dece Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Wed, 7 Feb 2024 15:16:16 +0100 Subject: [PATCH] config: Remove muscle client container --- .github/workflows/podman.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/podman.yml b/.github/workflows/podman.yml index d4ec65ce5..540326b85 100644 --- a/.github/workflows/podman.yml +++ b/.github/workflows/podman.yml @@ -49,6 +49,8 @@ jobs: cp .env frontend/.env - name: Build Podman images run: podman-compose -f docker-compose-deploy.yml build + - name: Kill muscle client container + run: podman rm -f muscle_client-runner_1 || true - name: Deploy Podman images run: podman-compose -f docker-compose-deploy.yml up -d --force-recreate - name: Check Podman images