Skip to content

Commit a6d9a17

Browse files
committed
update build.haxe.org
1 parent 5cf42c9 commit a6d9a17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.haxe.org.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ locals {
55
replicas = 1
66
subdomain = "development-build"
77
host = "development-build.haxe.org"
8-
image = "ghcr.io/haxefoundation/build.haxe.org:b127d70aa648fc6b7c4f6025e8a7985ad11e8576"
8+
image = "ghcr.io/haxefoundation/build.haxe.org:f929cd2e8f63ea401903e368bad941e5b1547274"
99
proxied = false
1010
}
1111
prod = {
1212
replicas = 2
1313
subdomain = "build"
1414
host = "build.haxe.org"
15-
image = "ghcr.io/haxefoundation/build.haxe.org:b127d70aa648fc6b7c4f6025e8a7985ad11e8576"
15+
image = "ghcr.io/haxefoundation/build.haxe.org:f929cd2e8f63ea401903e368bad941e5b1547274"
1616
proxied = true
1717
}
1818
}

0 commit comments

Comments
 (0)