mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix deployment rule deletion
This commit is contained in:
parent
6c193f4862
commit
83bcad6e17
1 changed files with 1 additions and 0 deletions
|
|
@ -1111,6 +1111,7 @@ class Deletes extends Action
|
|||
*/
|
||||
Console::info("Deleting rules for deployment " . $deploymentId);
|
||||
$this->deleteByGroup('rules', [
|
||||
Query::equal('trigger', ['manual']),
|
||||
Query::equal('type', ['deployment']),
|
||||
Query::equal('deploymentResourceInternalId', [$deploymentInternalId]),
|
||||
Query::equal('projectInternalId', [$project->getInternalId()])
|
||||
|
|
|
|||
Loading…
Reference in a new issue