Files
blog/render.yaml
2022-09-09 00:17:51 -04:00

9 lines
188 B
YAML

services:
# A static site
- type: web
name: astrowind
env: static
buildCommand: npm run build
staticPublishPath: ./dist
pullRequestPreviewsEnabled: true # optional