docker/pixelfed/root/usr/bin/pixelfed-garbage

11 lines
186 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -xe
cd /srv/www/pixelfed
pixelfed php artisan media:optimize
pixelfed php artisan media:gc
pixelfed php artisan horizon:snapshot
pixelfed php artisan story:gc