Skip to content

Commit 2422b2f

Browse files
feat: test deploy lix-website-server
1 parent 5fb65a2 commit 2422b2f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

render.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,46 @@ services:
6565
envVars:
6666
- fromGroup: production
6767

68+
- name: lix-website-server
69+
type: web
70+
runtime: node
71+
region: frankfurt
72+
plan: starter
73+
branch: lix-integration
74+
pullRequestPreviewsEnabled: false
75+
buildCommand: pnpm --filter lix-website-server... i && pnpm --filter lix-website-server... build
76+
startCommand: NX_REJECT_UNKNOWN_LOCAL_CACHE=0 pnpm --filter lix-website-server production
77+
autoDeploy: true
78+
envVars:
79+
- fromGroup: production
80+
- key: PORT
81+
value: 3005
82+
buildFilter:
83+
paths:
84+
- packages/lix-website-server/*
85+
- packages/lix-website/*
86+
- packages/lix-file-manager/*
87+
- packages/csv-app/*
88+
# domains:
89+
# - lix.opral.com
90+
91+
- name: fink2
92+
type: web
93+
runtime: static
94+
autoDeploy: true
95+
branch: lix-integration
96+
staticPublishPath: ./inlang/source-code/fink2/dist
97+
routes:
98+
- type: rewrite
99+
source: /*
100+
destination: /index.html
101+
buildCommand: pnpm install && pnpm run --filter @inlang/fink2... build
102+
buildFilter:
103+
paths:
104+
- inlang/source-code/fink2/**
105+
envVars:
106+
- fromGroup: production
107+
68108
- name: csv
69109
type: web
70110
runtime: static

0 commit comments

Comments
 (0)