Actualiser .gitea/workflows/ci.yml
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 9s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 9s
This commit is contained in:
parent
65aa7fe841
commit
6b0aea38f2
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Wait for the application to be ready via Traefik
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user