Skip to content

Commit b779655

Browse files
authored
ci: fix syntax for ipv6 address in fly.io wsproxies (#11205)
1 parent 82f7b0c commit b779655

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/fly-wsproxies/paris-coder.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ app = "paris-coder"
22
primary_region = "cdg"
33

44
[experimental]
5-
entrypoint = ["/bin/sh", "-c", "CODER_DERP_SERVER_RELAY_URL=\"http://${FLY_PRIVATE_IP}:3000\" /opt/coder wsproxy server"]
5+
entrypoint = ["/bin/sh", "-c", "CODER_DERP_SERVER_RELAY_URL=\"http://[${FLY_PRIVATE_IP}]:3000\" /opt/coder wsproxy server"]
66
auto_rollback = true
77

88
[build]

.github/fly-wsproxies/sao-paulo-coder.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ app = "sao-paulo-coder"
22
primary_region = "gru"
33

44
[experimental]
5-
entrypoint = ["/bin/sh", "-c", "CODER_DERP_SERVER_RELAY_URL=\"http://${FLY_PRIVATE_IP}:3000\" /opt/coder wsproxy server"]
5+
entrypoint = ["/bin/sh", "-c", "CODER_DERP_SERVER_RELAY_URL=\"http://[${FLY_PRIVATE_IP}]:3000\" /opt/coder wsproxy server"]
66
auto_rollback = true
77

88
[build]

.github/fly-wsproxies/sydney-coder.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ app = "sydney-coder"
22
primary_region = "syd"
33

44
[experimental]
5-
entrypoint = ["/bin/sh", "-c", "CODER_DERP_SERVER_RELAY_URL=\"http://${FLY_PRIVATE_IP}:3000\" /opt/coder wsproxy server"]
5+
entrypoint = ["/bin/sh", "-c", "CODER_DERP_SERVER_RELAY_URL=\"http://[${FLY_PRIVATE_IP}]:3000\" /opt/coder wsproxy server"]
66
auto_rollback = true
77

88
[build]

0 commit comments

Comments
 (0)