Merge pull request #3511 from gradido/fix_setup_for_low_memory

fix(other): in deploy run only core count tasks with turbo at the same time
This commit is contained in:
einhornimmond 2025-07-08 21:07:48 +02:00 committed by GitHub
commit f46d478bdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,7 @@ bun install
# build all modules
log_step 'build all modules'
turbo build --env-mode=loose
turbo build --env-mode=loose --concurrency=$(nproc)
# database
log_step 'Updating database'