send entrypoint

This commit is contained in:
Damodar Lohani
2022-02-24 07:28:59 +00:00
parent 789d5d33ab
commit 5ba0635017
+1
View File
@@ -116,6 +116,7 @@ class BuildsV1 extends Worker
projectId: $projectId,
functionId: $functionId,
deploymentId: $deploymentId,
entrypoint: $deployment->getAttribute('entrypoint'),
source: $source,
destination: APP_STORAGE_BUILDS . "/app-$projectId",
vars: $vars,