Giao diện
Deploy Guide
TÓM TẮT
Frontend → Cloudflare Pages (free) | Backend → Railway + GitHub Actions | Database → Supabase
Frontend → Cloudflare Pages
bash
npm run build
CLOUDFLARE_ACCOUNT_ID=fa5ac755c5a60634abdecf0daacd23b5 \
wrangler pages deploy dist --project-name workforce-planner --branch productionEnvironment Variables (Cloudflare Dashboard)
| Variable | Mô tả |
|---|---|
VITE_SUPABASE_URL | Supabase project URL |
VITE_SUPABASE_ANON_KEY | Supabase anon key |
Backend → GitHub Actions (Weekly Cron)
- Workflow:
.github/workflows/trigger-forecast.yml - Schedule: Chủ nhật 2:00 AM UTC (9:00 AM VN)
- Manual: GitHub → Actions → Run workflow
GitHub Secrets
| Secret | Mô tả |
|---|---|
SUPABASE_URL | Supabase URL |
SUPABASE_SERVICE_ROLE_KEY | Service role key |
SLACK_WEBHOOK_URL | (Optional) Slack notifications |
Chi phí
| Service | Free Tier | Paid |
|---|---|---|
| Cloudflare Pages | Unlimited | Free |
| Supabase | 500MB, 2GB egress | $25/mo |
| GitHub Actions | 2,000 min/mo | Free |
| Tổng | $0 | ~$25/mo |