deploy-telegram
Installation
SKILL.md
Deploy Telegram Bot to Raspberry Pi
Deploys the Telegram control bot via Ansible. The Telegram bot is lightweight (no GHCR image, no VERSION file) — it builds directly on the Pi.
Workflow
1. Run Ansible playbook
cd /Users/lgbarn/Personal/Trading/Indicators/Python/bots/telegram/deploy
ansible-playbook deploy.yml
The playbook:
- Syncs
bot_telegram.py,Dockerfile,docker-compose.yml,.envto the Pi - Only rebuilds Docker if files changed (checksum-based)
- Waits 5 seconds for container startup
- Shows container status and recent logs