mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Imrpove cron
This commit is contained in:
parent
c2f6661420
commit
1977f0fff7
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
RAILS_ENV=production
|
||||
@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
|
||||
|
|
Loading…
Reference in a new issue