8 lines
337 B
Text
8 lines
337 B
Text
# ALL boards for given user
|
|
30 10 * * * cd /app && TRELLO_URL="" TRELLO_TOKEN="" EMAIL_TO="" /app/musala-mail
|
|
|
|
# Send this board to other user
|
|
30 10 * * * cd /app TRELLO_URL="" TRELLO_TOKEN="" EMAIL_TO="" /app/musala-mail
|
|
|
|
# Send this board to mailing list
|
|
30 10 * * * cd /app TRELLO_URL="" TRELLO_TOKEN="" EMAIL_TO="" /app/musala-mail
|