CI: Fix runner name to gbo, add path filters

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-19 06:49:54 -03:00
parent 2c66e30e66
commit 0bebb0c1f2

View file

@ -5,6 +5,7 @@ on:
paths:
- 'botserver/**'
- 'botlib/**'
- 'Cargo.lock'
jobs:
build:
runs-on: gbo
@ -21,6 +22,7 @@ jobs:
cargo build -p botserver
- name: Deploy
run: |
echo "Deploying botserver..."
sudo incus exec system -- systemctl stop botserver || true
sudo incus exec system -- pkill -x botserver || true
sleep 1