diff options
| author | Tagada <36127788+Tagadda@users.noreply.github.com> | 2022-01-06 20:05:16 +0100 |
|---|---|---|
| committer | Tagada <36127788+Tagadda@users.noreply.github.com> | 2022-01-06 20:17:07 +0100 |
| commit | 482585648ef59fbe16e289034fcf1602f0587be5 (patch) | |
| tree | 155293eb2bf6b881ab4bae9490440bd2125cdfec /conf | |
| parent | 48938133ffdaf42e6d20aefe8d12ed7ed827aed7 (diff) | |
| download | mastodon_ynh-482585648ef59fbe16e289034fcf1602f0587be5.tar.gz mastodon_ynh-482585648ef59fbe16e289034fcf1602f0587be5.tar.bz2 mastodon_ynh-482585648ef59fbe16e289034fcf1602f0587be5.zip | |
Fix cron tasks
Fix #278
Diffstat (limited to 'conf')
| -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 |
