lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 48s

This commit is contained in:
Robin Grenzdörfer 2023-12-06 09:29:51 +00:00
parent 1f2354ae8d
commit 2bc2b9adab

View File

@ -88,7 +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"
nc -z live-server 8081
docker logs "${{ job.services.live-server.id }}"
curl -v http://live-server:8081
exit 1
fi