fixed unlighthouse

This commit is contained in:
Firq 2025-04-08 20:31:56 +02:00
parent b75fb2499e
commit 83cda5dbb5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
6 changed files with 6 additions and 9 deletions
.forgejo/workflows

View file

@ -20,11 +20,10 @@ jobs:
--hostname website
steps:
- name: Checkout repository
uses: https://code.forgejo.org/actions/checkout@v3
uses: https://code.forgejo.org/actions/checkout@v3
- name: Check availability
run: |
while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ];
curl http://website:8081;
do echo "Waiting...";
sleep 5;
done;