Compare commits

...

2 Commits

Author SHA1 Message Date
2657217d93 force fail
Some checks failed
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Failing after 2s
Apply Kuberentes Configs / notify-on-failure (push) Successful in 0s
2026-02-18 20:31:26 -07:00
ffda56c3e9 curl 2026-02-18 20:29:15 -07:00
3 changed files with 9 additions and 4 deletions

View File

@@ -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 }}
tags: "rotating_light,kubernetes"

View File

@@ -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 }}" \

View File

@@ -26,6 +26,7 @@
lzop
kubectl
kubernetes-helm
curl
];
settings = {
container = {