4 lines
332 B
Text
4 lines
332 B
Text
@daily cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl media remove
|
|
@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl media remove-orphans
|
|
@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl accounts cull
|
|
@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl status remove
|