From 9190881e5ad15e0385e1ddf317809af1dd2915c7 Mon Sep 17 00:00:00 2001 From: geezo Date: Sat, 10 May 2025 11:38:25 -0400 Subject: [PATCH] changes --- .gitea/workflows/glance.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/glance.yaml b/.gitea/workflows/glance.yaml index d39d60e..d606ab3 100644 --- a/.gitea/workflows/glance.yaml +++ b/.gitea/workflows/glance.yaml @@ -24,7 +24,7 @@ jobs: script: | cd /home/geezo/docker_containers && \ if ./restart_container.sh ${{ env.app_folder }}; then - curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker + ./send_notification.sh -m "Successfully updated ${{ env.app_folder }} container" else - curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker - fi \ No newline at end of file + ./send_notification.sh -m "Failed to update ${{ env.app_folder }} container" + fi \ No newline at end of file