Skip to content

Commit 7b91d95

Browse files
Merge pull request #2751 from OctopusDeploy/sf/deployment-process
Deployment process update
2 parents 07b577a + 6e9cac5 commit 7b91d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.octopus/deployment_process.ocl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ step "slack-notify-feed-website-automation" {
6565
action {
6666
properties = {
6767
Channel = "#feed-website-automation"
68-
DeploymentInfoText = "#{Octopus.Project.Name} release #{Octopus.Release.Number} to #{Octopus.Environment.Name} #{AWS.Website}"
68+
DeploymentInfoText = "#{Octopus.Project.Name} release #{Octopus.Release.Number} to <#{AWS.Website}|#{Octopus.Environment.Name} ↗️>"
6969
HookUrl = "#{FeedWebsiteAutomation.WebHook}"
7070
IconUrl = "https://octopus.com/content/resources/favicon.png"
7171
IncludeErrorMessageOnFailure = "false"

0 commit comments

Comments
 (0)