Add build env vars for sites

This commit is contained in:
Khushboo Verma
2024-10-26 12:29:42 +02:00
parent fcc51d3352
commit 03d4d4c8fa
12 changed files with 78 additions and 871 deletions
+1 -1
View File
@@ -62,6 +62,7 @@ class Executor
string $version,
float $cpus,
int $memory,
int $timeout,
bool $remove = false,
string $entrypoint = '',
string $destination = '',
@@ -70,7 +71,6 @@ class Executor
) {
$runtimeId = "$projectId-$deploymentId-build";
$route = "/runtimes";
$timeout = (int) System::getEnv('_APP_FUNCTIONS_BUILD_TIMEOUT', 900);
// Remove after migration
if ($version == 'v3') {