CI: Add botui workflow

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-19 06:57:23 -03:00
parent 3b8ad3fb95
commit 45ebddb586

View file

@ -0,0 +1,20 @@
name: BotUI CI
on:
push:
branches: [main]
paths:
- 'botui/**'
- 'botlib/**'
jobs:
build:
runs-on: gbo
steps:
- name: Build
run: |
cd /opt/gbo/work/botui
git reset --hard HEAD && git clean -fd
git pull
cargo build
- name: Deploy
run: |
echo "BotUI deployed"