Cloud Platform Deployment
Ever Teams supports one-click deployment to several cloud platforms.
Vercel
Vercel is the recommended platform for the web application (Next.js).
One-Click Deploy
Manual Setup
- Fork the Ever Teams repository
- Create a new project in Vercel Dashboard
- Import your fork
- Set the Root Directory to
apps/web - Configure environment variables (see Configuration)
- Deploy
Key Settings
| Setting | Value |
|---|---|
| Root Directory | apps/web |
| Build Command | yarn build |
| Install Command | yarn install --frozen-lockfile |
| Output Directory | .next |
DigitalOcean
Deploy to DigitalOcean's App Platform or a Droplet.
See the Wiki guide for detailed instructions.
CI/CD Workflows
| Workflow | Purpose |
|---|---|
deploy-do-dev.yml | Deploy to DigitalOcean (dev) |
deploy-do-stage.yml | Deploy to DigitalOcean (staging) |
deploy-do-prod.yml | Deploy to DigitalOcean (production) |
deploy-api-do-*.yml | Deploy API to DigitalOcean |