Actualiser .gitea/workflows/ci.yml
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 9s

This commit is contained in:
Hubert Cornet 2024-11-17 21:32:54 +01:00
parent 65aa7fe841
commit 6b0aea38f2

View File

@ -39,7 +39,7 @@ jobs:
- name: Wait for the application to be ready via Traefik - name: Wait for the application to be ready via Traefik
run: | run: |
echo "Checking the routing and availability of application via Traefik..." echo "Checking the routing and availability of application via Traefik..."
timeout 5m bash -c 'while ! curl -fsSLk "https://gitea.tips-of-mine.com"; do echo "Waiting for the application to be ready..."; sleep 10; done' timeout 5m bash -c 'while ! curl -fsSLk "https://metabase.tips-of-mine.com"; do echo "Waiting for the application to be ready..."; sleep 10; done'
- name: Inspect Network Configuration - name: Inspect Network Configuration
run: | run: |