We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b577a + 6e9cac5 commit 7b91d95Copy full SHA for 7b91d95
.octopus/deployment_process.ocl
@@ -65,7 +65,7 @@ step "slack-notify-feed-website-automation" {
65
action {
66
properties = {
67
Channel = "#feed-website-automation"
68
- DeploymentInfoText = "#{Octopus.Project.Name} release #{Octopus.Release.Number} to #{Octopus.Environment.Name} #{AWS.Website}"
+ DeploymentInfoText = "#{Octopus.Project.Name} release #{Octopus.Release.Number} to <#{AWS.Website}|#{Octopus.Environment.Name} ↗️>"
69
HookUrl = "#{FeedWebsiteAutomation.WebHook}"
70
IconUrl = "https://octopus.com/content/resources/favicon.png"
71
IncludeErrorMessageOnFailure = "false"
0 commit comments