Skip to content

Commit fb1d8ff

Browse files
classabbyampthe-maldridge
authored andcommitted
services/nomad/apps/ircbot: serve on ircbot.voidlinux.org
the github wehbook was being sent to ircbot.voidlinux.org while the webhook handler was listening on ircbot.s.voidlinux.org, so the two were never connecting.
1 parent 30d4ee2 commit fb1d8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/nomad/apps/ircbot.nomad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ job "ircbot" {
1818
port = "http"
1919
meta {
2020
nginx_enable = "true"
21-
nginx_names = "ircbot.s.voidlinux.org"
21+
nginx_names = "ircbot.voidlinux.org"
2222
}
2323
}
2424

0 commit comments

Comments
 (0)