Edit branch in render.yaml
This commit is contained in:
parent
829d27f8be
commit
d6cc5517ef
@ -5,7 +5,7 @@ services:
|
|||||||
buildCommand: yarn build
|
buildCommand: yarn build
|
||||||
staticPublishPath: ./build
|
staticPublishPath: ./build
|
||||||
pullRequestPreviewsEnabled: false
|
pullRequestPreviewsEnabled: false
|
||||||
branch: "feature/open-source"
|
branch: main
|
||||||
buildFilter:
|
buildFilter:
|
||||||
paths:
|
paths:
|
||||||
- src/**/*.js
|
- src/**/*.js
|
||||||
@ -39,10 +39,10 @@ services:
|
|||||||
runtime: docker
|
runtime: docker
|
||||||
region: oregon # optional (defaults to oregon) check other regions here: https://render.com/docs/regions
|
region: oregon # optional (defaults to oregon) check other regions here: https://render.com/docs/regions
|
||||||
plan: free
|
plan: free
|
||||||
branch: "feature/open-source" # optional (defaults to master)
|
branch: main
|
||||||
rootDir: ./backend
|
rootDir: ./backend
|
||||||
dockerfilePath: ./Dockerfile
|
dockerfilePath: ./Dockerfile
|
||||||
numInstances: 1 # optional (defaults to 1)
|
numInstances: 1
|
||||||
healthCheckPath: /health
|
healthCheckPath: /health
|
||||||
envVars:
|
envVars:
|
||||||
- key: ORIGIN_WHITELIST
|
- key: ORIGIN_WHITELIST
|
||||||
|
Loading…
Reference in New Issue
Block a user