From 70cead3f5e0eb97f3836d0874b44391dc5db128a Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 6 Dec 2023 09:11:20 +0000 Subject: [PATCH] lighthouse --- .gitea/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index aa52415..c5ff36e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -88,6 +88,7 @@ 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" + curl -V http://live-server:8081 exit 1 fi attempts=$((attempts+1))