diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index acbf4e9..7b15e46 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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