Skip to content

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 production

Environment Variables (Cloudflare Dashboard)

VariableMô tả
VITE_SUPABASE_URLSupabase project URL
VITE_SUPABASE_ANON_KEYSupabase 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

SecretMô tả
SUPABASE_URLSupabase URL
SUPABASE_SERVICE_ROLE_KEYService role key
SLACK_WEBHOOK_URL(Optional) Slack notifications

Chi phí

ServiceFree TierPaid
Cloudflare PagesUnlimitedFree
Supabase500MB, 2GB egress$25/mo
GitHub Actions2,000 min/moFree
Tổng$0~$25/mo

Tài liệu liên quan

BoxMe Forecast — Tài liệu kỹ thuật nội bộ