fix stream env
Some checks are pending
Deploy ailog / build-and-deploy (push) Waiting to run

This commit is contained in:
2025-06-12 19:59:19 +09:00
parent acce1d5af3
commit 5ce03098bd
6 changed files with 304 additions and 11 deletions

View File

@ -6,6 +6,7 @@ function _env() {
oauth=$d/oauth
myblog=$d/my-blog
port=4173
source $oauth/.env.production
case $OSTYPE in
darwin*)
export NVM_DIR="$HOME/.nvm"
@ -34,7 +35,6 @@ function _oauth_build() {
cd $oauth
nvm use 21
npm i
source .env.production
npm run build
rm -rf $myblog/static/assets
cp -rf dist/* $myblog/static/