Skip to content

Commit 5ae5fcc

Browse files
authored
Seafile with Let's Encrypt Using Docker Compose
1 parent f63ddda commit 5ae5fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/00-deployment-verification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Wait for the Traefik dashboard to be ready
5252
run: |
5353
echo "Checking the routing and availability of the Traefik dashboard..."
54-
timeout 5m bash -c 'while ! curl -fsSLk "https://$APP_TRAEFIK_HOSTNAME"; do \
54+
timeout 5m bash -c 'while ! curl -fsSLk --write-out "%{http_code}" --output /dev/null "https://$APP_TRAEFIK_HOSTNAME" | grep -E "200|401"; do \
5555
echo "Waiting for the application to be ready..."; \
5656
sleep 10; \
5757
done'

0 commit comments

Comments
 (0)