run the check-ip cronjob every 5 minutes [ci skip]

This commit is contained in:
Viktor Barzin 2023-05-10 17:43:16 +00:00
parent dec0535963
commit 36091ab4c2
3 changed files with 14 additions and 1 deletions

View file

@ -282,6 +282,8 @@ module "excalidraw" {
module "infra-maintenance" {
source = "./infra-maintenance"
git_user = var.webhook_handler_git_user
git_token = var.webhook_handler_git_token
}
# module "metrics_api" {