fix: add RAILS_ENV to tootctl

This commit is contained in:
VC
2024-07-05 11:53:29 +02:00
parent 8ff3f893d5
commit 7833adaf8c

View File

@@ -7,7 +7,7 @@
minute: "0"
hour: "19"
weekday: "5"
job: "cd live && bin/tootctl media remove"
job: "cd live && RAILS_ENV=production bin/tootctl media remove"
- name: cron for preview_cards tootctl
cron:
@@ -16,4 +16,4 @@
minute: "30"
hour: "19"
weekday: "5"
job: "cd live && bin/tootctl preview_cards remove"
job: "cd live && RAILS_ENV=production bin/tootctl preview_cards remove"