create render.yaml
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
- type: web
|
||||
name: space
|
||||
region: oregon
|
||||
plan: free
|
||||
buildCommand: npm i
|
||||
startCommand: node index.js
|
||||
envVars:
|
||||
- key: NODE_VERSION
|
||||
value: 20.0.0
|
||||
Reference in New Issue
Block a user