fix: add RAILS_ENV to tootctl
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
minute: "0"
|
minute: "0"
|
||||||
hour: "19"
|
hour: "19"
|
||||||
weekday: "5"
|
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
|
- name: cron for preview_cards tootctl
|
||||||
cron:
|
cron:
|
||||||
@@ -16,4 +16,4 @@
|
|||||||
minute: "30"
|
minute: "30"
|
||||||
hour: "19"
|
hour: "19"
|
||||||
weekday: "5"
|
weekday: "5"
|
||||||
job: "cd live && bin/tootctl preview_cards remove"
|
job: "cd live && RAILS_ENV=production bin/tootctl preview_cards remove"
|
||||||
|
Reference in New Issue
Block a user