From 92a5f7acc9985238030d67960042cd8961cd71bf Mon Sep 17 00:00:00 2001
From: robin <binkrassdufass@gmail.com>
Date: Wed, 6 Dec 2023 09:26:01 +0000
Subject: [PATCH] lighthouse

---
 .gitea/workflows/deploy.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml
index 3fd6a9f..099e568 100644
--- a/.gitea/workflows/deploy.yaml
+++ b/.gitea/workflows/deploy.yaml
@@ -88,7 +88,6 @@ 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"
-                            ping live-server
                             nslookup live-server
                             nc -z live-server 8081
                             curl -v http://live-server:8081