-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
46 lines (43 loc) · 1.49 KB
/
Copy pathrender.yaml
File metadata and controls
46 lines (43 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
services:
- type: web
name: clientpad-api
runtime: node
plan: free
rootDir: .
buildCommand: corepack enable && pnpm install --frozen-lockfile && pnpm --filter @clientpad/core build && pnpm --filter @clientpad/sdk build && pnpm --filter @clientpad/whatsapp build && pnpm --filter @clientpad/server build && pnpm --filter @clientpad/cloud build
startCommand: node packages/api-host/render-server.mjs
healthCheckPath: /health
envVars:
- key: DATABASE_URL
sync: false
- key: API_KEY_PEPPER
sync: false
- key: CLIENTPAD_CLOUD_ADMIN_TOKEN
sync: false
- type: web
name: clientpad-docs
runtime: static
plan: free
rootDir: .
buildCommand: corepack enable && pnpm install --frozen-lockfile && pnpm --filter @clientpad/marketing build
staticPublishPath: packages/marketing/dist
envVars:
- key: CLIENTPAD_SITE_VARIANT
value: docs
- key: MARKETING_BASE_URL
value: https://docs.clientpad.xyz
- type: web
name: clientpad-app
runtime: static
plan: free
rootDir: .
buildCommand: corepack enable && pnpm install --frozen-lockfile && pnpm --filter @clientpad/dashboard build
staticPublishPath: packages/dashboard/dist
- type: web
name: clientpad-frontend
runtime: node
plan: free
rootDir: .
buildCommand: pnpm install --frozen-lockfile && pnpm --filter @clientpad/marketing build
startCommand: node packages/marketing/dist/server.js
healthCheckPath: /