1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

fix horizon

This commit is contained in:
yalh76 2019-06-01 18:10:39 +02:00
parent c2eed8b654
commit 3c14127e10
3 changed files with 10 additions and 1 deletions

View file

@ -5,7 +5,7 @@
"description": {
"en": "ActivityPub Federated Image Sharing"
},
"version": "0.9.0~ynh3",
"version": "0.9.0~ynh4",
"url": "https://pixelfed.org/",
"license": "AGPL-3.0-or-later",
"maintainer": [

View file

@ -158,13 +158,17 @@ ynh_store_file_checksum --file="$config"
pushd "$final_path"
php7.2 artisan -n key:generate --force
php7.2 artisan horizon:install
php7.2 artisan queue:failed-table
php7.2 artisan config:clear
php7.2 artisan config:cache
php7.2 artisan route:cache
php7.2 artisan view:cache
php7.2 artisan storage:link
php7.2 artisan migrate --force
php7.2 artisan update
php7.2 artisan horizon:purge
php7.2 artisan horizon:assets
popd
#=================================================

View file

@ -177,14 +177,19 @@ ynh_store_file_checksum --file="$config"
#=================================================
pushd "$final_path"
php7.2 artisan horizon:install
php7.2 artisan queue:failed-table
php7.2 artisan config:clear
php7.2 artisan config:cache
php7.2 artisan route:clear
php7.2 artisan route:cache
php7.2 artisan view:clear
php7.2 artisan view:cache
php7.2 artisan storage:link
php7.2 artisan migrate --force
php7.2 artisan update
php7.2 artisan horizon:purge
php7.2 artisan horizon:assets
popd
#=================================================