pass BASE_INTERNAL_URL to the deno process

This commit is contained in:
Ruben Fiszel
2022-08-19 07:01:41 +02:00
parent f26ace0cf1
commit 8329e1ab95

View File

@@ -850,6 +850,7 @@ run();
.envs(reserved_variables)
.env("PATH", path_env)
.env("DENO_AUTH_TOKENS", deno_auth_tokens)
.env("BASE_INTERNAL_URL", base_url)
.args(vec![
"--config",
"run.config.proto",
@@ -871,6 +872,7 @@ run();
.envs(reserved_variables)
.env("PATH", path_env)
.env("DENO_AUTH_TOKENS", deno_auth_tokens)
.env("BASE_INTERNAL_URL", base_url)
.args(vec![
"run",
"--unstable",