We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625607b commit 7754e68Copy full SHA for 7754e68
generator/konfig-next-app/start-render.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+# Ensure "RENDER" environment variable is set
4
+if [ -z "$RENDER" ]; then
5
+ echo "RENDER environment variable is not set"
6
+ exit 1
7
+fi
8
9
+yarn start:next
render.yaml
@@ -114,7 +114,7 @@ services:
114
type: web
115
env: node
116
buildCommand: ./build-render.sh
117
- startCommand: yarn start;
+ startCommand: ./start-render.sh
118
repo: https://github.com/konfig-dev/konfig
119
rootDir: generator/konfig-next-app
120
plan: standard
0 commit comments