Skip to content

Commit

Permalink
Configure render.yaml for static env
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 27, 2021
1 parent 723e251 commit 87c806c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
- type: web
name: sveltekit
env: node
name: sveltekit-static
env: static
buildCommand: npm install && npm run build
startCommand: node build/index.js
staticPublishPath: build

0 comments on commit 87c806c

Please # to comment.