diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..b43d5f4 --- /dev/null +++ b/render.yaml @@ -0,0 +1,21 @@ +services: +- type: web + name: next-js + runtime: node + plan: free + buildCommand: npm i + startCommand: npm run watch + autoDeploy: false + envVars: + - key: NODE_ENV + value: development +# Uncomment the following to deploy this app as a static site on render +# - type: web +# name: nextjs-static +# runtime: static +# buildCommand: yarn; yarn build +# staticPublishPath: out +# pullRequestPreviewsEnabled: true # optional +# envVars: +# - key: NODE_ENV +# value: production