Skip to content

Commit

Permalink
Deploy to Render
Browse files Browse the repository at this point in the history
  • Loading branch information
aliblackwell committed Aug 25, 2021
1 parent 85a230d commit 0d83350
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
- type: web
name: next-js
env: node
plan: starter
buildCommand: yarn; yarn build
startCommand: yarn start
envVars:
- key: NODE_ENV
value: production

0 comments on commit 0d83350

Please sign in to comment.