Skip to content

Commit 5a34527

Browse files
Links deployment confidence dashboard on deploy creation msg (#28)
Links deployment confidence dashboard on deploy creation msg While deploying it is important that we check the vitals on our services to ensure nothing we've deployed is breaking. This commit adds support for linking a deployment confidence dashboard to allow us to do just that.
1 parent 38fd556 commit 5a34527

File tree

5 files changed

+6445
-809
lines changed

5 files changed

+6445
-809
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ inputs:
3838
slack_channel:
3939
required: false
4040
description: name of channel to post deployment completion messages
41+
deployment_confidence_url:
42+
required: false
43+
description: link for the deployment confidence dashboard
4144
runs:
4245
using: 'node12'
4346
main: 'dist/main/index.js'

0 commit comments

Comments
 (0)