Skip to content

Commit

Permalink
Use preview environments
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Potoms <[email protected]>
  • Loading branch information
Janpot authored Jan 2, 2024
1 parent b4de97e commit 5cd6bd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
previewsEnabled: true
previewsExpireAfterDays: 3

services:
Expand All @@ -7,7 +8,6 @@ services:
rootDir: tools-public
buildCommand: yarn && yarn build
startCommand: node_modules/.bin/toolpad start
pullRequestPreviewsEnabled: true
plan: standard
envVars:
- key: NODE_VERSION
Expand All @@ -28,7 +28,6 @@ services:
rootDir: examples/custom-datagrid-column
buildCommand: yarn && yarn build
startCommand: node_modules/.bin/toolpad start
pullRequestPreviewsEnabled: true
envVars:
- key: NODE_VERSION
value: 18
Expand Down

0 comments on commit 5cd6bd3

Please sign in to comment.