We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90aa3f commit 9d7732fCopy full SHA for 9d7732f
render.yaml
@@ -1,10 +1,10 @@
1
+# yaml-language-server: $schema=https://render.com/schema/render.yaml.json
2
services:
3
- name: CourseMate API Server
4
type: web
5
plan: free
6
runtime: node
7
repo: github.com/ut-code/CourseMate
- branch: release
8
buildCommand: make prepare-deploy-server
9
startCommand: make deploy-server
10
envVars:
@@ -22,7 +22,6 @@ services:
22
23
runtime: static
24
25
26
buildCommand: make prepare-deploy-web
27
staticPublishPath: web/dist
28
routes:
0 commit comments