Is there any realtime API functionality which would allow me to know when an application has been pushed and completed? I didn’t see anything in the documentation. Essentially, I’d like to write an add-on that could receive push events and than do something with them (trigger selenium tests, etc).
Share
You can use deploy hooks. The HTTP POST hook is the most versatile one.