Edit format on branch in render.yaml

This commit is contained in:
nthouliss 2023-06-15 16:21:09 +10:00
parent a5ebab97ac
commit d5312fd4fd

View File

@ -5,7 +5,7 @@ services:
buildCommand: yarn build
staticPublishPath: ./build
pullRequestPreviewsEnabled: false
branch: feature/open-source
branch: "feature/open-source"
buildFilter:
paths:
- src/**/*.js
@ -29,7 +29,7 @@ services:
env: 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: "feature/open-source" # optional (defaults to master)
rootDir: .
dockerfilePath: ./backend/Dockerfile
numInstances: 1 # optional (defaults to 1)