Create render.yaml

This commit is contained in:
prototypa
2022-09-09 00:12:00 -04:00
committed by GitHub
parent 5c4915f325
commit 5d7e7867ac

8
render.yaml Normal file
View File

@ -0,0 +1,8 @@
services:
# A static site
- type: web
name: astrowind
env: static
buildCommand: npm build
staticPublishPath: ./dist
pullRequestPreviewsEnabled: true # optional