Actually do gc in garbage

This commit is contained in:
asonix 2020-01-17 00:10:48 -06:00
parent 3d824ac7a6
commit 25f9c7eb55
2 changed files with 4 additions and 2 deletions

View file

@ -2,4 +2,7 @@
set -xe
pixelfed 'php artisan schedule:run'
pixelfed 'php artisan media:optimize'
pixelfed 'php artisan media:gc'
pixelfed 'php artisan horizon:snapshot'
pixelfed 'php artisan story:gc'

View file

@ -12,7 +12,6 @@ pixelfed 'php artisan horizon:install'
pixelfed 'php artisan horizon:assets'
pixelfed 'php artisan route:cache'
pixelfed 'php artisan view:cache'
pixelfed 'php artisan media:optimize'
pixelfed 'php artisan optimize'
exec "$@"