diff --git a/jobs/user-projects/general/midnight-calendarbot.hcl b/jobs/user-projects/general/midnight-calendarbot.hcl new file mode 100644 index 0000000..1362e7b --- /dev/null +++ b/jobs/user-projects/general/midnight-calendarbot.hcl @@ -0,0 +1,26 @@ +job "midnight-calendarbot" { + datacenters = ["aperture"] + type = "service" + + group "calendarbot" { + count = 1 + + task "calendarbot" { + driver = "docker" + + config { + image = "ghcr.io/nightmarishblue/calendarbot:master" + force_pull = true + } + + template { + data = <