← Templates
~/devops > dashboard
3 services online
15:42:08 JST

$ dashboard --overview

Latest Commit PASSED
feat: add auth flow
a1b2c3d -- 12 min ago -- main
Build Status FAILED
auth-service #247
Exit code 1 -- test suite -- 3 min ago
Deploy RUNNING
web-frontend #89
production -- ETA 2 min
Deploy Pipeline
Checkout
4s
Install
32s
Lint
8s
Test
1m 24s
Build
running...
Deploy
--
deploy.config.ts
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)
$
branch: main node: v20.11 3 online