Refactor deployment workflow: Remove 'docker compose down' command from deploy.yml to streamline the deployment process and focus on building and starting the application.
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled

This commit is contained in:
Julien Froidefond
2025-12-10 14:06:37 +01:00
parent 18d11d623a
commit ae91ae5894

View File

@@ -17,6 +17,5 @@ jobs:
- name: Deploy stack
run: |
docker compose down
docker compose build --no-cache
docker compose up -d