mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
feat: add afterDeploymentSuccess hook to handle post-deployment actions
This commit is contained in:
parent
e887859cc0
commit
5469b78367
1 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue