diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index 861177e6..d78122e1 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -23,7 +23,6 @@ jobs: run: | cd /opt/gbo/work/generalbots git pull - git submodule update --init --recursive git ls-files -z | xargs -0 touch -d "@$(git log -1 --format='%ct')" git log --oneline -1 @@ -60,5 +59,5 @@ jobs: sleep 10 ssh -i /home/gbuser/.ssh/id_ed25519 -o StrictHostKeyChecking=no \ gbuser@system \ - "curl -sf http://localhost:8080/health && echo 'BotServer OK' || echo 'BotServer FAILED'; \ + "curl -sf http://localhost:5858/api/health && echo 'BotServer OK' || echo 'BotServer FAILED'; \ curl -sf http://localhost:3000/ && echo 'BotUI OK' || echo 'BotUI FAILED'"