Skip to content

Commit

Permalink
Merge pull request #10 from flownative/task/add-opsgenie-heartbeat
Browse files Browse the repository at this point in the history
Add heartbeat step to docker.build.yaml
  • Loading branch information
kdambekalns committed Jul 21, 2023
2 parents d684264 + 5259848 commit f831764
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,12 @@ jobs:
repository: flownative/versions.flownative.io
event-type: beach-php-images-built
client-payload: '{"image_name": "flownative/docker-php/beach-php"}'

- name: Send mail for Opsgenie heartbeat
uses: dawidd6/action-send-mail@v3
with:
connection_url: ${{secrets.OPSGENIE_HEARTBEAT_MAIL_CREDENTIALS}}
subject: Github Actions heartbeat ping
to: docker-build-beach-php@flownative.heartbeat.eu.opsgenie.net
from: Github Actions <noreply@flownative.com>
body: Build job of ${{github.repository}} completed successfully!

0 comments on commit f831764

Please sign in to comment.