curl
This commit is contained in:
@@ -63,6 +63,4 @@ jobs:
|
|||||||
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 in ${{ gitea.repository }} - Run: ${{ gitea.run_number }}"
|
||||||
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