Refactor deployment workflow: Remove 'docker compose build --no-cache' command from deploy.yml to simplify the deployment process and enhance efficiency.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m22s

This commit is contained in:
Julien Froidefond
2025-12-10 14:09:22 +01:00
parent ae91ae5894
commit 65c73688e7

View File

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