botserver/.forgejo/workflows
Rodrigo Rodriguez (Pragmatismo) bf140a870e
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
fix(ci): resolve deploy step hanging on pkill
- pgrep -f botserver matched the SSH command itself causing deadlock
- replaced with pkill -f '/opt/gbo/bin/botserver' || true
- added SSH keepalive (ServerAliveInterval=10, ServerAliveCountMax=3)
- added Step 7: explicitly start botserver after deploy
- fixed unquoted SSH_ARGS causing argument splitting
2026-04-03 19:51:30 -03:00
..
botserver.yaml fix(ci): resolve deploy step hanging on pkill 2026-04-03 19:51:30 -03:00