20 lines
433 B
YAML
20 lines
433 B
YAML
---
|
|
|
|
- name: cron for media tootctl
|
|
cron:
|
|
user: mastodon
|
|
name: Mastodon tootctl
|
|
minute: "0"
|
|
hour: "19"
|
|
weekday: "5"
|
|
job: "cd live && RAILS_ENV=production bin/tootctl media remove"
|
|
|
|
- name: cron for preview_cards tootctl
|
|
cron:
|
|
user: mastodon
|
|
name: Mastodon tootctl preview
|
|
minute: "30"
|
|
hour: "19"
|
|
weekday: "5"
|
|
job: "cd live && RAILS_ENV=production bin/tootctl preview_cards remove"
|