[OPB-3] adding daily job to check for new news posts

updating to abstracto 1.5.12
preparing for release
This commit is contained in:
Sheldan
2023-11-08 21:25:09 +01:00
parent 9f8d4ebcc8
commit 77bb7b043b
37 changed files with 684 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ local_resource(
deps=['pom.xml'])
docker_build_with_restart(
registry + 'oneplus-bot',
registry + 'oneplus-bot-image',
'./application/executable/target/jar',
entrypoint=['java', '-noverify', '-cp', '.:./lib/*', 'dev.sheldan.oneplus.bot.executable.Application'],
dockerfile='./application/executable/Dockerfile',