Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/decide-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
password: ${{ secrets.POSTMARK_SERVER_TOKEN }}
subject: "HEALTH FAILED - Karaoke Decide #${{ github.run_number }}"
to: andrew@beveridge.uk
from: admin@nomadkaraoke.com
from: "Karaoke Decide Health <admin@nomadkaraoke.com>"
body: |
Production health check failed for Karaoke Decide.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flacfetch-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
password: ${{ secrets.POSTMARK_SERVER_TOKEN }}
subject: "HEALTH FAILED - Flacfetch Audio Service #${{ github.run_number }}"
to: andrew@beveridge.uk
from: admin@nomadkaraoke.com
from: "Flacfetch Health <admin@nomadkaraoke.com>"
body: |
Production health check failed for Flacfetch audio service.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gen-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
password: ${{ secrets.POSTMARK_SERVER_TOKEN }}
subject: "HEALTH FAILED - Karaoke Gen #${{ github.run_number }}"
to: andrew@beveridge.uk
from: admin@nomadkaraoke.com
from: "Karaoke Gen Health <admin@nomadkaraoke.com>"
body: |
Production health check failed for Karaoke Gen.

Expand Down