Skip to content

Commit 9d7732f

Browse files
committed
unset branch
1 parent b90aa3f commit 9d7732f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

render.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
# yaml-language-server: $schema=https://render.com/schema/render.yaml.json
12
services:
23
- name: CourseMate API Server
34
type: web
45
plan: free
56
runtime: node
67
repo: github.com/ut-code/CourseMate
7-
branch: release
88
buildCommand: make prepare-deploy-server
99
startCommand: make deploy-server
1010
envVars:
@@ -22,7 +22,6 @@ services:
2222
plan: free
2323
runtime: static
2424
repo: github.com/ut-code/CourseMate
25-
branch: release
2625
buildCommand: make prepare-deploy-web
2726
staticPublishPath: web/dist
2827
routes:

0 commit comments

Comments
 (0)