diff options
Diffstat (limited to 'conf/crontab_mastodon')
| -rw-r--r-- | conf/crontab_mastodon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/crontab_mastodon b/conf/crontab_mastodon new file mode 100644 index 0000000..972cc3c --- /dev/null +++ b/conf/crontab_mastodon @@ -0,0 +1,3 @@ +@hourly cd /opt/__APP__/live && RAILS_ENV=production /opt/__APP__/.rbenv/shims/bundle exec rake mastodon:media:clear +@hourly cd /opt/__APP__/live && RAILS_ENV=production /opt/__APP__/.rbenv/shims/bundle exec rake mastodon:push:refresh +@hourly cd /opt/__APP__/live && RAILS_ENV=production /opt/__APP__/.rbenv/shims/bundle exec rake mastodon:feeds:clear
\ No newline at end of file |
