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, .env to the Pi
  • Only rebuilds Docker if files changed (checksum-based)
  • Waits 5 seconds for container startup
  • Shows container status and recent logs
Installs
1
Repository
lgbarn/skills
GitHub Stars
1
First Seen
Jun 30, 2026
deploy-telegram — lgbarn/skills