Makes baking time deployment link generic
What does this MR do?
Makes baking time deployment link generic
After gitlab-com/gl-infra/delivery#1578 (closed), deployments can be triggered two ways:
- Through the release-tools coordinator pipeline
- Through chatops triggering a deployer pipeline.
Baking time explicitly mentions deployer pipeline, but when deployments are triggered from release-tools the text is inaccurate. This commits updates the link to make it generic.
Related to gitlab-com/gl-infra/delivery#1687 (closed)