Hi all,
I want to customise my drone - slack notification for deploy.
For now, in .drone file on git I have custom template witch tell me just who pushed new version and was that build and deploy success.
So, I need more information on that message, for example - on which step build failed and to provide with URL which points to GIT with some documents that I created with more detailed information for that step and what should be done to fix that step.
How can I do that?
Thanks in advance.