feat: decouple storage

This commit is contained in:
Christy Jacob
2022-02-13 05:29:28 +04:00
parent 0276d94ef1
commit 24c1467e68
3 changed files with 58 additions and 79 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ class Executor
string $functionId,
string $deploymentId,
string $projectId,
string $path,
string $source,
array $vars,
string $runtime,
string $baseImage)
@@ -47,7 +47,7 @@ class Executor
];
$params = [
'runtimeId' => "$projectId-$deploymentId",
'path' => $path,
'source' => $source,
'vars' => $vars,
'runtime' => $runtime,
'baseImage' => $baseImage