Add entry in crontab to run job on thekendienstbot telegram channel
Some checks failed
Build and Publish / publish image (push) Failing after 18s
Build and Publish / deploy image (push) Has been skipped

This commit is contained in:
Guilherme 2024-10-01 21:55:40 +02:00
parent 9d54a9687d
commit 57a76c5bfc
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"telegram_channels": [{"name": "ThekendienstBotTest", "id": -4558981107}]
}

View File

@ -4,3 +4,4 @@
# Runs every minute to test
# * * * * * echo "Hello" > /proc/1/fd/1 2>&1
# * * * * * /usr/local/bin/python3 /app/src/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/thekendienstbotchannel.json /app/cfg/secrets.json /app/cfg/check_next_2_days.json > /proc/1/fd/1 2>&1