diff --git a/deployment/tasks.py b/deployment/tasks.py index 964c3fb..5f90a86 100644 --- a/deployment/tasks.py +++ b/deployment/tasks.py @@ -80,6 +80,9 @@ class DeploymentTask(AbortableTask): self.deploy.status = Status.RUNNING.name self.deploy.save() + Event.send(self.deploy) + Event.send_details(self.deploy, 0) + match self.deploy.type: case Type.SLIM.name: self.run_slim()