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