From 1e01935b25c03b676ad1269bbb585f7bdeb123b4 Mon Sep 17 00:00:00 2001 From: Gaxinto Theodorio Date: Tue, 6 May 2025 23:40:14 -0400 Subject: [PATCH] feat: add ntfy notification to glance workflow --- .gitea/workflows/glance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/glance.yaml b/.gitea/workflows/glance.yaml index 0c8c35a..ac2697b 100644 --- a/.gitea/workflows/glance.yaml +++ b/.gitea/workflows/glance.yaml @@ -26,4 +26,4 @@ jobs: 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 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 + fi \ No newline at end of file