Skip to content

Commit 7754e68

Browse files
author
dphuang2
committed
remove other errors
1 parent 625607b commit 7754e68

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ services:
114114
type: web
115115
env: node
116116
buildCommand: ./build-render.sh
117-
startCommand: yarn start;
117+
startCommand: ./start-render.sh
118118
repo: https://github.com/konfig-dev/konfig
119119
rootDir: generator/konfig-next-app
120120
plan: standard

0 commit comments

Comments
 (0)