Skip to content

Commit 3d7ee33

Browse files
authored
chore: push Datadog Release Metric upon deploy success (#142)
1 parent 4b38fc1 commit 3d7ee33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ jobs:
9595
- name: Build and Push image
9696
run: make docker-build docker-push
9797

98+
- name: Submit metric to Datadog
99+
uses: sendgrid/dx-automator/actions/datadog-release-metric@main
100+
env:
101+
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
102+
98103
notify-on-failure:
99104
name: Slack notify on failure
100105
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')

0 commit comments

Comments
 (0)