forked from yvv/decision
Home : titres complets des blocs + burger mobile-only + seed CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- Titres cards : "Décisions et consultation d'avis", "Documents de référence", "Mandats et nominations", "Protocoles et fonctionnement" - Burger supprimé sur desktop (≥768px), conservé mobile uniquement - CI : step seed (docker exec python seed.py) entre test-deploy et healthcheck Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -192,10 +192,23 @@ steps:
|
||||
done
|
||||
echo "PASS: tous les containers running"
|
||||
|
||||
- name: seed
|
||||
image: docker:27-cli
|
||||
depends_on:
|
||||
- test-deploy
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /opt/libredecision:/opt/libredecision
|
||||
commands:
|
||||
- |
|
||||
PROJECT=$(grep '^COMPOSE_PROJECT_NAME=' /opt/libredecision/.env | cut -d= -f2)
|
||||
docker exec "$PROJECT-backend-1" python seed.py
|
||||
echo "Seed terminée"
|
||||
|
||||
- name: healthcheck
|
||||
image: alpine:3.20
|
||||
depends_on:
|
||||
- test-deploy
|
||||
- seed
|
||||
commands:
|
||||
- apk add --no-cache --quiet curl
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user