mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: decouple storage
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Executor;
|
||||
|
||||
use Exception;
|
||||
use Utopia\App;
|
||||
use Utopia\Storage\Storage;
|
||||
|
||||
class Executor
|
||||
{
|
||||
@@ -48,6 +49,7 @@ class Executor
|
||||
$params = [
|
||||
'runtimeId' => "$projectId-$deploymentId",
|
||||
'source' => $source,
|
||||
'destination' => APP_STORAGE_BUILDS . "/app-$projectId",
|
||||
'vars' => $vars,
|
||||
'runtime' => $runtime,
|
||||
'baseImage' => $baseImage
|
||||
|
||||
Reference in New Issue
Block a user