test
Some checks failed
CI/CD Docker Compose / Validate (push) Successful in 7s
CI/CD Docker Compose / Deploy-And-Test (push) Failing after 1m15s

This commit is contained in:
Hubert Cornet 2025-01-30 20:55:08 +01:00
parent 299abaf6ba
commit a0e6468e73

View File

@ -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