mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add build env vars for sites
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user