docker/pixelfed/pixelfed-garbage
2020-01-17 00:10:48 -06:00

9 lines
172 B
Bash
Executable file

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