debugging 2

This commit is contained in:
Firq 2025-04-15 23:23:09 +02:00
parent 3814b179ce
commit 1cbec0fe78
Signed by: Firq
GPG key ID: DCE182BA39C697B2
3 changed files with 5 additions and 5 deletions

View file

@ -25,8 +25,8 @@ jobs:
run: |
while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ];
do
echo "Waiting...";
echo "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081 || echo '000')"
status_code=$(curl -o /dev/null -s -w '%{http_code}' http://website:8081);
echo "Failed with ${status_code} ... Waiting for 5 seconds";
sleep 5;
done;
- name: Run unlighthouse

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@firq/fgosite",
"version": "0.2.0-pre.100",
"version": "0.2.0-pre.101",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@firq/fgosite",
"version": "0.2.0-pre.100",
"version": "0.2.0-pre.101",
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4",

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.100",
"version": "0.2.0-pre.101",
"private": true,
"scripts": {
"dev": "astro dev",