From 6f9e261eb1e788505f9f3d041ce98950468f8029 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 14 Jun 2026 15:35:20 +0200 Subject: [PATCH] fix(ci): align smoke test with current API routes --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 2b7372f..fc59e9b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -69,6 +69,6 @@ jobs: # Give the new pod time to start sleep 15 curl -sf --retry 5 --retry-delay 5 https://hub.coulomb.social/ \ - | grep -q "Inter-Hub" && echo "Landing page OK" - curl -sf https://hub.coulomb.social/api/v2/hubs \ + | grep -q "inter-hub" && echo "Landing page OK" + curl -sf https://hub.coulomb.social/api/v2/widgets \ -o /dev/null -w "%{http_code}" | grep -q "401" && echo "API auth gate OK"