Skip to content

Commit 1705011

Browse files
authored
[core] Move to preview environments (#143)
Signed-off-by: Jan Potoms <2109932+Janpot@users.noreply.github.com>
1 parent 25d5fdc commit 1705011

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

render.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
previewsEnabled: true
12
previewsExpireAfterDays: 3
23

34
services:
@@ -7,7 +8,8 @@ services:
78
rootDir: tools-public
89
buildCommand: yarn && yarn build
910
startCommand: node_modules/.bin/toolpad start
10-
pullRequestPreviewsEnabled: true
11+
# We use preview environments instead
12+
pullRequestPreviewsEnabled: false
1113
plan: starter
1214
envVars:
1315
- key: NODE_VERSION

0 commit comments

Comments
 (0)