create render.yaml

This commit is contained in:
thonk
2023-10-28 12:41:44 -04:00
committed by GitHub
parent e6fc56bb56
commit 87c57d85f1
+10
View File
@@ -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