docker/pixelfed/pixelfed-garbage

9 lines
172 B
Plaintext
Raw Normal View History

2020-01-15 06:15:43 +00:00
#!/usr/bin/env bash
set -xe
2020-01-17 06:10:48 +00:00
pixelfed 'php artisan media:optimize'
pixelfed 'php artisan media:gc'
pixelfed 'php artisan horizon:snapshot'
pixelfed 'php artisan story:gc'