create_pool refactor; test pool deployed; etc
This commit is contained in:
@@ -26,6 +26,14 @@ else
|
||||
echo Building
|
||||
fi
|
||||
|
||||
# Load secret env vars (including NEXT_PUBLIC_* vars baked into the static bundle)
|
||||
if [ -f .env-secret ]; then
|
||||
set -a
|
||||
# shellcheck disable=SC1091
|
||||
source .env-secret
|
||||
set +a
|
||||
fi
|
||||
|
||||
npm run build || exit 1
|
||||
|
||||
if [ "$BUILD" != "1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user