Update .github/workflows/docker-build-push-dockerhub.yml
Some checks failed
Build and push image to DockerHub / build (push) Failing after 34m4s
Some checks failed
Build and push image to DockerHub / build (push) Failing after 34m4s
This commit is contained in:
@@ -153,6 +153,8 @@ jobs:
|
||||
|
||||
echo ${{ env.NEXT_PUBLIC_WEBAPP_URL }}/auth/login
|
||||
|
||||
apt-get update && apt-get install -y curl
|
||||
|
||||
for i in {1..60}; do
|
||||
echo "Checking server health ($i/60)..."
|
||||
response=$(curl -o /dev/null -s -w "%{http_code}" ${{ env.NEXT_PUBLIC_WEBAPP_URL }}/auth/login)
|
||||
|
||||
Reference in New Issue
Block a user