ci: Configure TeleBot token for CT109 pre-production deployment
All checks were successful
Build and Deploy LittleShop / Deploy to Production VPS (Manual Only) (push) Has been skipped
Build and Deploy LittleShop / Deploy to Pre-Production (CT109) (push) Successful in 1m0s

- Added Telegram__BotToken environment variable to ct109 deployment
- Token: 8254383681:AAE_j4cUIP9ABVE4Pqrmtgjfmqq1yc4Ow5A (@Teleshopio_bot)
- Ensures pre-production uses the correct bot instance

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
sysadmin 2025-11-17 18:19:15 +00:00
parent a43fa292db
commit 417c4a68ae

View File

@ -255,6 +255,7 @@ jobs:
-e ASPNETCORE_URLS=http://+:5010 \
-e LittleShop__ApiUrl=http://littleshop:5000 \
-e LittleShop__UseTor=false \
-e Telegram__BotToken=8254383681:AAE_j4cUIP9ABVE4Pqrmtgjfmqq1yc4Ow5A \
telebot:latest
# Connect TeleBot to LittleShop network