ci: remove submodule reference, fix health check port to 5858
This commit is contained in:
parent
5d9b1ebf80
commit
97e5db5b11
1 changed files with 1 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd /opt/gbo/work/generalbots
|
cd /opt/gbo/work/generalbots
|
||||||
git pull
|
git pull
|
||||||
git submodule update --init --recursive
|
|
||||||
git ls-files -z | xargs -0 touch -d "@$(git log -1 --format='%ct')"
|
git ls-files -z | xargs -0 touch -d "@$(git log -1 --format='%ct')"
|
||||||
git log --oneline -1
|
git log --oneline -1
|
||||||
|
|
||||||
|
|
@ -60,5 +59,5 @@ jobs:
|
||||||
sleep 10
|
sleep 10
|
||||||
ssh -i /home/gbuser/.ssh/id_ed25519 -o StrictHostKeyChecking=no \
|
ssh -i /home/gbuser/.ssh/id_ed25519 -o StrictHostKeyChecking=no \
|
||||||
gbuser@system \
|
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'"
|
curl -sf http://localhost:3000/ && echo 'BotUI OK' || echo 'BotUI FAILED'"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue