docs(deploy): require provider egress for source fetch

This commit is contained in:
Codex
2026-05-16 10:20:16 +00:00
parent 66e6acc743
commit 553afbcc8e
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -280,6 +280,7 @@ function sourceProxyPrelude(service: UniDeskMicroserviceConfig): string {
"export HTTP_PROXY=\"$build_proxy\" HTTPS_PROXY=\"$build_proxy\" ALL_PROXY=\"$build_proxy\"",
"export NO_PROXY=\"localhost,127.0.0.1,::1,host.docker.internal\"",
"curl -fsSI --max-time 20 -x \"$build_proxy\" https://github.com >/dev/null",
"echo target_source_proxy=provider-gateway-ws-egress:$build_proxy",
"echo target_build_proxy=provider-gateway-ws-egress:$build_proxy",
"echo target_build_proxy_probe=ok",
].join("\n");