mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Silence deployment warnings
This commit is contained in:
parent
07baab8dba
commit
0de9288ab8
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ update-alternatives --set php /usr/bin/php$phpversion
|
|||
|
||||
pushd "$final_path"
|
||||
ynh_use_nodejs
|
||||
yarn install
|
||||
yarn run production
|
||||
ynh_exec_warn_less yarn install
|
||||
ynh_exec_warn_less yarn run production
|
||||
|
||||
php$phpversion artisan setup:production --email=$email --password=$password -n --force
|
||||
php$phpversion artisan passport:client --password -n > key.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue