Edit branch in render.yaml

This commit is contained in:
nthouliss 2023-06-16 14:01:47 +10:00
parent 829d27f8be
commit d6cc5517ef
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ services:
buildCommand: yarn build
staticPublishPath: ./build
pullRequestPreviewsEnabled: false
branch: "feature/open-source"
branch: main
buildFilter:
paths:
- src/**/*.js
@ -39,10 +39,10 @@ services:
runtime: docker
region: oregon # optional (defaults to oregon) check other regions here: https://render.com/docs/regions
plan: free
branch: "feature/open-source" # optional (defaults to master)
branch: main
rootDir: ./backend
dockerfilePath: ./Dockerfile
numInstances: 1 # optional (defaults to 1)
numInstances: 1
healthCheckPath: /health
envVars:
- key: ORIGIN_WHITELIST