1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

send entrypoint

This commit is contained in:
Damodar Lohani 2022-02-24 07:28:59 +00:00
parent 789d5d33ab
commit 5ba0635017

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,