Enhance kan installation and build scripts with new environment variables for Trello integration and update instructions

This commit is contained in:
MickLesk
2026-05-10 22:16:19 +02:00
parent 40a9c1ca18
commit cc16647e86
3 changed files with 12 additions and 5 deletions

View File

@@ -47,11 +47,11 @@ function update_script() {
msg_info "Building Application"
cd /opt/kan
export NEXT_PUBLIC_USE_STANDALONE_OUTPUT=true
set -a && source /opt/kan/.env && set +a
export NEXT_PUBLIC_USE_STANDALONE_OUTPUT=true CI=true
$STD pnpm install
$STD pnpm build --filter=@kan/web
unset NEXT_PUBLIC_USE_STANDALONE_OUTPUT
unset NEXT_PUBLIC_USE_STANDALONE_OUTPUT CI
msg_ok "Built Application"
msg_info "Setting up Standalone"