Compare commits
2 Commits
fab75ba547
...
2657217d93
| Author | SHA1 | Date | |
|---|---|---|---|
| 2657217d93 | |||
| ffda56c3e9 |
@@ -61,8 +61,11 @@ jobs:
|
||||
uses: ./.gitea/workflows/notify-ntfy.yml
|
||||
with:
|
||||
title: "Kubernetes Apply Failed"
|
||||
message: "Failed to apply kubernetes configs in ${{ gitea.repository }} - Run: ${{ gitea.run_number }}"
|
||||
message: |
|
||||
Failed to apply kubernetes configs
|
||||
Repository: ${{ gitea.repository }}
|
||||
Run: ${{ gitea.run_number }}
|
||||
Job: update-infrastructure
|
||||
Status: ${{ needs.update-infrastructure.result }}
|
||||
priority: "high"
|
||||
tags: "rotating_light,kubernetes"
|
||||
secrets:
|
||||
NTFY_CHANNEL: ${{ secrets.NTFY_CHANNEL }}
|
||||
@@ -25,6 +25,7 @@ jobs:
|
||||
runs-on: [home-server]
|
||||
steps:
|
||||
- name: Send ntfy notification
|
||||
working-directory: /home/gitea-runner
|
||||
run: |
|
||||
curl -H "Title: ${{ inputs.title }}" \
|
||||
-H "Priority: ${{ inputs.priority }}" \
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
lzop
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
curl
|
||||
];
|
||||
settings = {
|
||||
container = {
|
||||
|
||||
Reference in New Issue
Block a user