From f5b570e7b79b1bfdc8ef0bce89863df27e674dd3 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 24 Sep 2025 13:02:17 +0200 Subject: [PATCH] Add Monica test --- ct/monica.sh | 2 +- install/monica-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/monica.sh b/ct/monica.sh index b669fbf8..950de91e 100644 --- a/ct/monica.sh +++ b/ct/monica.sh @@ -46,7 +46,7 @@ function update_script() { cp -r /opt/monica-backup/.env /opt/monica cp -r /opt/monica-backup/storage/* /opt/monica/storage/ $STD composer install --no-interaction --no-dev - $STD yarn install + $STD yarn install --ignore-engines $STD yarn run production $STD php artisan monica:update --force chown -R www-data:www-data /opt/monica diff --git a/install/monica-install.sh b/install/monica-install.sh index e02824f1..0f7cda1c 100644 --- a/install/monica-install.sh +++ b/install/monica-install.sh @@ -44,7 +44,7 @@ sed -i -e "s|^DB_USERNAME=.*|DB_USERNAME=${DB_USER}|" \ -e "s|^HASH_SALT=.*|HASH_SALT=${HASH_SALT}|" \ /opt/monica/.env $STD composer install --no-dev -o --no-interaction -$STD yarn install +$STD yarn install --ignore-engines $STD yarn run production $STD php artisan key:generate $STD php artisan setup:production --email=admin@helper-scripts.com --password=helper-scripts.com --force