From a0e6468e732376326235e49bfb831ed146ff4754 Mon Sep 17 00:00:00 2001 From: hcornet Date: Thu, 30 Jan 2025 20:55:08 +0100 Subject: [PATCH] test --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0ebd3ee..c2fc7e1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -85,6 +85,10 @@ jobs: # echo "Checking the routing and availability of application via Traefik..." # timeout 5m bash -c 'while ! curl -fsSLk "https://docuseal.tips-of-mine.com"; do echo "Waiting for the application to be ready..."; sleep 10; done' + - name: Vérifier la disponibilité du service web (exemple) + run: | + curl --fail https://docuseal.tips-of-mine.com + # - name: Inspect Network Configuration # run: | # docker network inspect back_network