From 25d89cfd2a0636bdf24a9a7fa68bc6ce202ece34 Mon Sep 17 00:00:00 2001
From: robin <binkrassdufass@gmail.com>
Date: Wed, 6 Dec 2023 09:34:33 +0000
Subject: [PATCH] lighthouse

---
 .gitea/workflows/deploy.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml
index 89c96c9..b767e9f 100644
--- a/.gitea/workflows/deploy.yaml
+++ b/.gitea/workflows/deploy.yaml
@@ -88,9 +88,12 @@ jobs:
                   while ! curl --output /dev/null --silent --head --fail http://live-server:8081; do
                   if [ $attempts -eq $max_attempts ]; then
                             echo "Live server not ready after $max_attempts attempts"
-                            docker logs "${{ job.services.tibi-server.id }}"
                             docker ps -a
                             echo "${{ job.services.live-server.id }}"
+                            echo "${{ job.services.tibi-server.id }}"
+                            echo "${{ job.services.mongo.id }}"
+
+                            docker logs "${{ job.services.tibi-server.id }}"
                             docker logs "${{ job.services.live-server.id }}"
                             curl -v http://live-server:8081
                       exit 1