mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Update upgrade
This commit is contained in:
parent
5dd0d6dafc
commit
f7abc82e74
1 changed files with 3 additions and 2 deletions
|
@ -95,10 +95,11 @@ ynh_script_progression --message="Deploying..."
|
|||
|
||||
pushd "$install_dir"
|
||||
ynh_secure_remove --file="bootstrap/cache/*"
|
||||
php$phpversion artisan cache:clear
|
||||
php$phpversion artisan migrate --seed
|
||||
php$phpversion artisan firefly-iii:decrypt-all
|
||||
php$phpversion artisan cache:clear
|
||||
php$phpversion artisan firefly-iii:upgrade-database
|
||||
php$phpversion artisan passport:install
|
||||
php$phpversion artisan passport:keys
|
||||
php$phpversion artisan cache:clear
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue