From 5d7e7867acc6b433d04c2de90c7d664164d0a6be Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Fri, 9 Sep 2022 00:12:00 -0400 Subject: [PATCH] Create render.yaml --- render.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 render.yaml diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..8c288c7 --- /dev/null +++ b/render.yaml @@ -0,0 +1,8 @@ +services: + # A static site + - type: web + name: astrowind + env: static + buildCommand: npm build + staticPublishPath: ./dist + pullRequestPreviewsEnabled: true # optional