chore: update deploy workflow to rebuild Docker images during deployment
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5m43s

This commit is contained in:
Julien Froidefond
2025-12-15 13:43:57 +01:00
parent d735e1c4c5
commit 48ff86fb5f

View File

@@ -20,4 +20,4 @@ jobs:
AUTH_URL: ${{ vars.AUTH_URL }} AUTH_URL: ${{ vars.AUTH_URL }}
DATA_VOLUME_PATH: ${{ vars.DATA_VOLUME_PATH }} DATA_VOLUME_PATH: ${{ vars.DATA_VOLUME_PATH }}
run: | run: |
docker compose up -d docker compose up -d --build