Skip to content

Commit 593cda1

Browse files
remvove lix sites
1 parent 608a534 commit 593cda1

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed

render.yaml

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -112,26 +112,6 @@ services:
112112
domains:
113113
- markdown-wc.opral.com
114114

115-
- name: lix-docs
116-
type: web
117-
runtime: static
118-
autoDeploy: true
119-
previews:
120-
generation: automatic
121-
staticPublishPath: ./packages/lix/docs/docs_build
122-
buildCommand: pnpm install && pnpm run --filter @lix-js/docs... build
123-
buildFilter:
124-
paths:
125-
- packages/lix/docs/**
126-
- packages/lix/sdk/**
127-
envVars:
128-
- fromGroup: production
129-
- key: NODE_VERSION
130-
value: 22.11.0
131-
domains:
132-
- lix.dev
133-
- lix.com
134-
135115
- name: prosemirror-example
136116
type: web
137117
runtime: static
@@ -145,22 +125,4 @@ services:
145125
paths:
146126
- packages/lix/plugin-prosemirror/**
147127
envVars:
148-
- fromGroup: production
149-
150-
- name: lix-html-diff-docs
151-
type: web
152-
runtime: static
153-
autoDeploy: true
154-
branch: main
155-
previews:
156-
generation: automatic
157-
staticPublishPath: ./packages/lix/html-diff/docs_build
158-
buildCommand: pnpm install && pnpm run --filter @lix-js/html-diff... build
159-
buildFilter:
160-
paths:
161-
- packages/lix/html-diff/**
162-
envVars:
163-
- fromGroup: production
164-
domains:
165-
- html-diff.lix.dev
166-
128+
- fromGroup: production

0 commit comments

Comments
 (0)