diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 809fafa..89c96c9 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -84,7 +84,7 @@ jobs: - name: Wait for Live Server run: | attempts=0 - max_attempts=4 + max_attempts=2 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"