add midnight calendarbot job (#32)
This commit is contained in:
parent
cbcc4100cb
commit
cc1b9f83cc
1 changed files with 26 additions and 0 deletions
26
jobs/user-projects/general/midnight-calendarbot.hcl
Normal file
26
jobs/user-projects/general/midnight-calendarbot.hcl
Normal file
|
@ -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 = <<EOH
|
||||||
|
BOT_TOKEN={{ key "user-projects/midnight/calendarbot/discord/token" }}
|
||||||
|
APPLICATION_ID={{ key "user-projects/midnight/calendarbot/discord/appid" }}
|
||||||
|
EOH
|
||||||
|
destination = "local/.env"
|
||||||
|
env = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue