diff options
| author | yalh76 <yalh@yahoo.com> | 2022-01-07 19:41:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-07 19:41:59 +0100 |
| commit | fa8a9d4eed460fa73926e7874313091dffb7b9fc (patch) | |
| tree | 155293eb2bf6b881ab4bae9490440bd2125cdfec /conf/cron | |
| parent | adec07db890dec787416e1b7c4493d24391d3500 (diff) | |
| parent | 1476f17251ea0b339390cfa5210e258342ea5a4a (diff) | |
| download | mastodon_ynh-fa8a9d4eed460fa73926e7874313091dffb7b9fc.tar.gz mastodon_ynh-fa8a9d4eed460fa73926e7874313091dffb7b9fc.tar.bz2 mastodon_ynh-fa8a9d4eed460fa73926e7874313091dffb7b9fc.zip | |
Merge pull request #290 from YunoHost-Apps/testing
Upgrade to 3.4.4
Diffstat (limited to 'conf/cron')
| -rw-r--r-- | conf/cron | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ -@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 statuses remove -@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl preview_cards remove +@daily cd __FINAL_PATH__/live && sudo -u __APP__ __YNH_RUBY_LOAD_PATH__ RAILS_ENV=production bin/tootctl media remove +@monthly cd __FINAL_PATH__/live && sudo -u __APP__ __YNH_RUBY_LOAD_PATH__ RAILS_ENV=production bin/tootctl media remove-orphans +@monthly cd __FINAL_PATH__/live && sudo -u __APP__ __YNH_RUBY_LOAD_PATH__ RAILS_ENV=production bin/tootctl accounts cull +@monthly cd __FINAL_PATH__/live && sudo -u __APP__ __YNH_RUBY_LOAD_PATH__ RAILS_ENV=production bin/tootctl statuses remove +@monthly cd __FINAL_PATH__/live && sudo -u __APP__ __YNH_RUBY_LOAD_PATH__ RAILS_ENV=production bin/tootctl preview_cards remove |
