$ dashboard --overview
Latest Commit
PASSED
feat: add auth flow
Build Status
FAILED
auth-service #247
Deploy
RUNNING
web-frontend #89
Deploy Pipeline
Checkout
4s
Install
32s
Lint
8s
Test
1m 24s
Build
running...
Deploy
--
1import { defineConfig } from '@deploy/core';
2
3export default defineConfig({
4 name: 'web-frontend',
5 target: 'production',
6 replicas: 3,
7 healthCheck: {
8 path: '/health',
9 interval: 30, // seconds
10 },
11 env: {
12 NODE_ENV: 'production',
13 API_URL: process.env.API_URL,
14 },
15});
Build Output
15:41:02INFOStarting build pipeline for web-frontend #89
15:41:03PASSCheckout completed (ref: main@a1b2c3d)
15:41:06INFOInstalling dependencies (npm ci)
15:41:38PASSDependencies installed (1,247 packages)
15:41:39INFORunning ESLint...
15:41:47PASSLint passed (0 errors, 2 warnings)
15:41:48INFORunning test suite (vitest)
15:43:12PASSTests passed: 142/142 (coverage: 87.3%)
15:43:13INFOBuilding application (next build)
15:43:14WARNLarge bundle detected: pages/dashboard (248KB)
15:43:15INFOCompiling... (estimated: 2 min)