Fix crontab config
This commit is contained in:
parent
ba2665e924
commit
75276047ad
2 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
9
docker/trello2mail.future.cron
Normal file
9
docker/trello2mail.future.cron
Normal 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
|
||||
|
Loading…
Reference in a new issue