docs(deploy): require provider egress for source fetch
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user