fix: surface backend deploy failures in workflow

This commit is contained in:
cesnimda
2026-03-22 22:01:28 +01:00
parent 137ce81d5e
commit c4bb6f1474
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -74,5 +74,4 @@ jobs:
APP_BUILD_STAMP="$(date -u +'%Y-%m-%d %H:%M UTC')" \
./deploy/deploy.sh
docker compose ps
docker compose exec -T backend sh -lc 'wget -qO- http://127.0.0.1:8080/api/auth/config >/dev/null'
docker compose exec -T summarizer python -c "import urllib.request; urllib.request.urlopen('http://127.0.0.1:8001/health', timeout=5).read()"