fixes
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled

This commit is contained in:
MickLesk 2026-02-22 18:56:02 +01:00
parent 1724db77ec
commit 3f85bc0620
3 changed files with 5 additions and 5 deletions

View File

@ -8,8 +8,8 @@ source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func")
APP="Twenty"
var_tags="${var_tags:-crm;business;contacts}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-4096}"
var_cpu="${var_cpu:-4}"
var_ram="${var_ram:-8192}"
var_disk="${var_disk:-20}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"

View File

@ -19,8 +19,8 @@
"type": "default",
"script": "ct/twenty.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"cpu": 4,
"ram": 8192,
"hdd": 20,
"os": "Debian",
"version": "13"

View File

@ -30,8 +30,8 @@ cd /opt/twenty
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
$STD corepack enable
$STD corepack prepare yarn@4.9.2 --activate
export NODE_OPTIONS="--max-old-space-size=4096"
$STD yarn install --immutable || $STD yarn install
export NODE_OPTIONS="--max-old-space-size=4096"
$STD npx nx run twenty-server:build
$STD npx nx build twenty-front
cp -r /opt/twenty/packages/twenty-front/build /opt/twenty/packages/twenty-server/dist/front