Files
Polaris/render.yaml
T
2023-10-28 12:41:44 -04:00

11 lines
191 B
YAML

services:
- type: web
name: space
region: oregon
plan: free
buildCommand: npm i
startCommand: node index.js
envVars:
- key: NODE_VERSION
value: 20.0.0