anas@workstation:~/projects/binance-p2p$ git status -s
M services/orderbook_stream.py
M bot/telegram_alerts.py
anas@workstation:~/projects/binance-p2p$ pytest tests/ -v
✓ tests/test_orderbook.py::test_spread_calc PASSED [0.12s]
✓ tests/test_alerts.py::test_rate_limit_handler PASSED [0.08s]
2 passed in 0.20s
anas@workstation:~/projects/binance-p2p$ railway up --detach
Indexing build context... Done.
Building Docker image [Python 3.11-slim]... Done.
✓ Deployed successfully to https://binance-p2p.up.railway.app/
anas@workstation:~/projects/mada-chat$ npm run build && railway up --detach
▲ Next.js 16.0 (Turbopack) • Building production package...
✓ WebSockets bridge initialized • MongoDB connected
✓ Deployed live to https://mada-chat-app-production.up.railway.app/
anas@workstation:~/projects$