forked from Deuxfleurs/nixcfg
prod: allow woodpecker on neptune now with good ipv6
This commit is contained in:
parent
c6a1bb341f
commit
444306aa54
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
job "woodpecker-ci" {
|
||||
# prefer scorpio as neptune has bad ipv6 routes to git.deuxfleurs.fr
|
||||
# and bad networking makes woodpecker fail to run builds
|
||||
datacenters = [/*"neptune",*/ "scorpio"]
|
||||
datacenters = ["neptune", "scorpio"]
|
||||
type = "service"
|
||||
|
||||
group "server" {
|
||||
|
|
Loading…
Reference in a new issue