deployer icon indicating copy to clipboard operation
deployer copied to clipboard

Fix: change slack success and fail messages

Open Aquive opened this issue 1 year ago • 1 comments
trafficstars

  • [x] Bug fix (Slack Messages)
  • [ ] New feature?
  • [ ] BC breaks?
  • [ ] Tests added?
  • [ ] Docs added?

Slack message was as follows:

MyProject
Deploy to *HEAD* successful

Where something like below was intended.

MyProject
Deploy to *myproject.com* successful

I changed it to:

MyProject
Deploy of `HEAD` to *myproject.com* successful

Same for failed message.

Aquive avatar Oct 17 '24 14:10 Aquive

This will work strangely on multiple hosts deploys. I think we need some sort of notion of "stages".

antonmedv avatar Oct 17 '24 15:10 antonmedv