so like.. work?
This commit is contained in:
parent
5348cb88dc
commit
6935e411b7
@ -1,4 +1,4 @@
|
||||
##/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
echo "Checking that NEXT_PUBLIC_API_URL env-var exists"
|
||||
test -n "$NEXT_PUBLIC_HTTP_PROXY"
|
||||
@ -22,9 +22,9 @@ echo "Found $NEXT_PUBLIC_SITE_COLOR"
|
||||
|
||||
echo "Checking that NEXT_PUBLIC_SITE_URL env-var exists"
|
||||
test -n "$NEXT_PUBLIC_SITE_URL"
|
||||
echo "Found $NEXT_PUBLIC_SITE_URL"
|
||||
echo "Found $NEXT_PUBLIC_SITE_COLOR"
|
||||
|
||||
echo "Updating static next env vars"
|
||||
echo "Ignore permission errors below"
|
||||
|
||||
find /app/.next \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i "s#APP_NEXT_PUBLIC_HTTP_PROXY#$NEXT_PUBLIC_HTTP_PROXY#g"
|
||||
find /app/.next \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i "s#APP_NEXT_PUBLIC_SITE_NAME#$NEXT_PUBLIC_SITE_NAME#g"
|
||||
|
Reference in New Issue
Block a user