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

Enable OAuth

This commit is contained in:
yalh76 2021-08-10 21:16:56 +02:00
parent c7181d1c7c
commit 69528449e8
2 changed files with 4 additions and 0 deletions

View file

@ -160,6 +160,7 @@ pushd "$final_path"
php$phpversion artisan -n key:generate --force
php$phpversion artisan horizon:install
php$phpversion artisan horizon:publish
php$phpversion artisan passport:keys
php$phpversion artisan config:clear
php$phpversion artisan config:cache
php$phpversion artisan route:cache
@ -170,6 +171,7 @@ pushd "$final_path"
php$phpversion artisan horizon:purge
php$phpversion artisan import:cities
php$phpversion artisan instance:actor
php$phpversion artisan passport:client --personal
popd
#=================================================

View file

@ -199,6 +199,7 @@ ynh_script_progression --message="Deploying..."
pushd "$final_path"
php$phpversion artisan horizon:install
php$phpversion artisan horizon:publish
php$phpversion artisan passport:keys
php$phpversion artisan config:clear
php$phpversion artisan config:cache
php$phpversion artisan route:clear
@ -211,6 +212,7 @@ pushd "$final_path"
php$phpversion artisan horizon:purge
php$phpversion artisan import:cities
php$phpversion artisan instance:actor
php$phpversion artisan passport:client --personal
popd
#=================================================