From ae91ae5894df5c2eed60e7509075b228e892d012 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Wed, 10 Dec 2025 14:06:37 +0100 Subject: [PATCH] Refactor deployment workflow: Remove 'docker compose down' command from deploy.yml to streamline the deployment process and focus on building and starting the application. --- .gitea/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ddd3823..f69cd66 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,6 +17,5 @@ jobs: - name: Deploy stack run: | - docker compose down docker compose build --no-cache docker compose up -d