mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 20:40:56 +00:00
- Add Telegram bot (@GenX_FX_bot) for cloud deployment automation - Add web dashboard with deployment status and quick links - Add Exness terminal deployment script - Add dashboard deployment script (Fly.io, Render, GitHub Pages) - Add personal vault for secure credential storage - Update deploy_cloud.py with Fly.io deployment automation - Add GitHub Pages workflow for dashboard auto-deployment - Add bot setup documentation and deployment guides
10 lines
197 B
YAML
10 lines
197 B
YAML
services:
|
|
- type: web
|
|
name: mql5-dashboard
|
|
env: static
|
|
buildCommand: ""
|
|
staticPublishPath: .
|
|
routes:
|
|
- type: rewrite
|
|
source: /*
|
|
destination: /index.html
|