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

Merge pull request #148 from YunoHost-Apps/oauth

Oauth
This commit is contained in:
yalh76 2021-08-26 19:36:40 +02:00 committed by GitHub
commit 82996d93ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 -n key:generate --force
php$phpversion artisan horizon:install php$phpversion artisan horizon:install
php$phpversion artisan horizon:publish php$phpversion artisan horizon:publish
php$phpversion artisan passport:keys
php$phpversion artisan config:clear php$phpversion artisan config:clear
php$phpversion artisan config:cache php$phpversion artisan config:cache
php$phpversion artisan route:cache php$phpversion artisan route:cache
@ -170,6 +171,7 @@ pushd "$final_path"
php$phpversion artisan horizon:purge php$phpversion artisan horizon:purge
php$phpversion artisan import:cities php$phpversion artisan import:cities
php$phpversion artisan instance:actor php$phpversion artisan instance:actor
php$phpversion artisan passport:client --personal <<< "\\n"
popd popd
#================================================= #=================================================

View file

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