mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update upgrade
This commit is contained in:
parent
28045b6a50
commit
35df60991d
1 changed files with 5 additions and 3 deletions
|
@ -151,9 +151,11 @@ ynh_script_progression --message="Upgrading $app source files..." --weight=4
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\"
|
ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\"
|
||||||
|
|
||||||
( cd $final_path && php$phpversion artisan migrate -n --force )
|
pushd $final_path
|
||||||
( cd $final_path && php$phpversion artisan config:clear -n )
|
php$phpversion artisan migrate -n --force
|
||||||
( cd $final_path && php$phpversion artisan config:cache -n )
|
php$phpversion artisan config:clear -n
|
||||||
|
php$phpversion artisan config:cache -n
|
||||||
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Add table
Reference in a new issue