push notifications when product is in running state
This commit is contained in:
parent
e9b98ae716
commit
7d768127a6
@ -80,6 +80,9 @@ class DeploymentTask(AbortableTask):
|
|||||||
self.deploy.status = Status.RUNNING.name
|
self.deploy.status = Status.RUNNING.name
|
||||||
self.deploy.save()
|
self.deploy.save()
|
||||||
|
|
||||||
|
Event.send(self.deploy)
|
||||||
|
Event.send_details(self.deploy, 0)
|
||||||
|
|
||||||
match self.deploy.type:
|
match self.deploy.type:
|
||||||
case Type.SLIM.name:
|
case Type.SLIM.name:
|
||||||
self.run_slim()
|
self.run_slim()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user