Skip to content

Commit 580ba07

Browse files
committed
ci: add more datacenters
1 parent 6478a4b commit 580ba07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def terraform_build_infrastructure(proxy_tag, evm_tag, faucet_tag, run_number):
237237
print("Terraform init failed:", stderr)
238238

239239
instance_types = ["cpx51", "cx52"]
240-
locations = ["nbg1", "fsn1"]
240+
locations = ["nbg1", "fsn1", "hel1", "ash", "hil", "sin"]
241241
instances = [{"server_type": i, "location": j} for i in instance_types for j in locations]
242242

243243
retry_amount = 10

0 commit comments

Comments
 (0)