diff --git a/.gitea/workflows/runner-smoke.yml b/.gitea/workflows/runner-smoke.yml index 00b5d63c..001ee37a 100644 --- a/.gitea/workflows/runner-smoke.yml +++ b/.gitea/workflows/runner-smoke.yml @@ -21,8 +21,8 @@ jobs: - name: Check Gitea reachability from container run: | echo "Gitea health from runner container:" - curl -s -o /dev/null -w " via host.docker.internal:3300 -> %{http_code}\n" http://host.docker.internal:3300/ - curl -s http://host.docker.internal:3300/api/v1/version | head -c 200; echo + curl -s -o /dev/null -w " via https://gitea.bytelyst.com -> %{http_code}\n" https://gitea.bytelyst.com/ + curl -s https://gitea.bytelyst.com/api/v1/version | head -c 200; echo - name: Confirm token is not mounted in smoke workflow run: | test ! -e /run/secrets/gitea_npm_token