1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Fix redeploys

This commit is contained in:
Matej Bačo 2023-09-07 11:33:42 +02:00
parent eb3c237301
commit 418c8e3764

View file

@ -1458,6 +1458,7 @@ App::post('/v1/functions/:functionId/deployments/:deploymentId/builds/:buildId')
$deployment = $dbForProject->createDocument('deployments', $deployment->setAttributes([
'$id' => $deploymentId,
'$internalId' => '',
'buildId' => '',
'buildInternalId' => '',
'entrypoint' => $function->getAttribute('entrypoint'),