7
0
forked from yvv/decision

CI seed : corrige nom container (sans suffixe -1)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

ehv-decision-main-backend, pas ehv-decision-main-backend-1.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Yvv
2026-03-24 02:58:22 +01:00
parent b63c6f95e1
commit 02629c4e68

View File

@@ -202,7 +202,7 @@ steps:
commands:
- |
PROJECT=$(grep '^COMPOSE_PROJECT_NAME=' /opt/libredecision/.env | cut -d= -f2)
docker exec "$PROJECT-backend-1" python seed.py
docker exec "$PROJECT-backend" python seed.py
echo "Seed terminée"
- name: healthcheck