feat: add afterDeploymentSuccess hook to handle post-deployment actions

This commit is contained in:
Damodar Lohani 2026-01-14 00:59:22 +00:00
parent e887859cc0
commit 5469b78367

View file

@ -1261,6 +1261,13 @@ class Builds extends Action
}
}
/**
* Hook to run after deployment is activated
*
* @param Document $project
* @param Document $deployment
* @return void
*/
protected function afterDeploymentSuccess(
Document $project,
Document $deployment,