Create render.yaml
This commit is contained in:
8
render.yaml
Normal file
8
render.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
# A static site
|
||||
- type: web
|
||||
name: astrowind
|
||||
env: static
|
||||
buildCommand: npm build
|
||||
staticPublishPath: ./dist
|
||||
pullRequestPreviewsEnabled: true # optional
|
Reference in New Issue
Block a user