File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ function update_script() {
4646 cp -r /opt/monica-backup/.env /opt/monica
4747 cp -r /opt/monica-backup/storage/* /opt/monica/storage/
4848 $STD composer install --no-interaction --no-dev
49+ $STD yarn config set ignore-engines true
4950 $STD yarn install
5051 $STD yarn run production
5152 $STD php artisan monica:update --force
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ sed -i -e "s|^DB_USERNAME=.*|DB_USERNAME=${DB_USER}|" \
4444 -e " s|^HASH_SALT=.*|HASH_SALT=${HASH_SALT} |" \
4545 /opt/monica/.env
4646$STD composer install --no-dev -o --no-interaction
47+ $STD yarn config set ignore-engines true
4748$STD yarn install
4849$STD yarn run production
4950$STD php artisan key:generate
You can’t perform that action at this time.
0 commit comments