Fix crontab config

This commit is contained in:
Glenn Y. Rolland 2018-08-28 09:52:48 +02:00
parent ba2665e924
commit 75276047ad
2 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,8 @@
# Private tasks
0 8 * * * /app/trello2main --trello-board xxxxxxxx
0 10 * * * TRELLO_URL="" /app/trello2mail
# Project 1
1 8 * * * /app/trello2main --trello-board yyyyyyyy
0 10 * * * TRELLO_URL="" /app/trello2mail
# Project 2
2 8 * * * /app/trello2main --trello-board zzzzzzzz
0 10 * * * TRELLO_URL="" /app/trello2mail

View file

@ -0,0 +1,9 @@
# Private tasks
0 8 * * * /app/trello2main --trello-board xxxxxxxx
# Project 1
1 8 * * * /app/trello2main --trello-board yyyyyyyy
# Project 2
2 8 * * * /app/trello2main --trello-board zzzzzzzz