mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-19 19:43:16 +00:00
Run config:cache first
When updating config variables, such as the APP_URL, the values need to be propagated before calling e.g. route:cache/view:cache Otherwise those commands will first run with the old config cache
This commit is contained in:
parent
83bc84dd97
commit
91660a2477
2 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ cp -r storage.skel/* storage/
|
||||||
chown -R www-data:www-data storage/ bootstrap/
|
chown -R www-data:www-data storage/ bootstrap/
|
||||||
|
|
||||||
# Refresh the environment
|
# Refresh the environment
|
||||||
|
php artisan config:cache
|
||||||
php artisan storage:link
|
php artisan storage:link
|
||||||
php artisan horizon:publish
|
php artisan horizon:publish
|
||||||
php artisan route:cache
|
php artisan route:cache
|
||||||
php artisan view:cache
|
php artisan view:cache
|
||||||
php artisan config:cache
|
|
||||||
|
|
||||||
# Finally run Apache
|
# Finally run Apache
|
||||||
apache2-foreground
|
apache2-foreground
|
||||||
|
|
|
@ -5,11 +5,11 @@ cp -r storage.skel/* storage/
|
||||||
chown -R www-data:www-data storage/ bootstrap/
|
chown -R www-data:www-data storage/ bootstrap/
|
||||||
|
|
||||||
# Refresh the environment
|
# Refresh the environment
|
||||||
|
php artisan config:cache
|
||||||
php artisan storage:link
|
php artisan storage:link
|
||||||
php artisan horizon:publish
|
php artisan horizon:publish
|
||||||
php artisan route:cache
|
php artisan route:cache
|
||||||
php artisan view:cache
|
php artisan view:cache
|
||||||
php artisan config:cache
|
|
||||||
|
|
||||||
# Finally run FPM
|
# Finally run FPM
|
||||||
php-fpm
|
php-fpm
|
||||||
|
|
Loading…
Reference in a new issue