From 97ce745091b9c88fe2dfb1e0b059b016de2c3ee5 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sat, 13 Dec 2025 05:13:14 -0700 Subject: [PATCH] Update .gitea/workflows/gitops-automatic-deployment.yml --- .gitea/workflows/gitops-automatic-deployment.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gitops-automatic-deployment.yml b/.gitea/workflows/gitops-automatic-deployment.yml index d1b75f7..ac97a85 100644 --- a/.gitea/workflows/gitops-automatic-deployment.yml +++ b/.gitea/workflows/gitops-automatic-deployment.yml @@ -20,6 +20,13 @@ jobs: run: | rsync -a --delete --exclude='.git/' --exclude='.gitea/' . /Gitops_Destination/ - - name: Notify via NTFY + - name: Trigger Material MKDocs Container Re-Deployment via Portainer Webhook run: | - curl -d "https://docs.bunny-lab.io - Workflow Completed" https://ntfy.bunny-lab.io/gitea-runners \ No newline at end of file + curl --fail --show-error --silent --insecure \ + -X POST \ + "https://192.168.3.48:9443/api/stacks/webhooks/132460b4-289a-4a0c-abde-3551a9b4cda0" + + - name: Notify via NTFY + if: always() + run: | + curl -d "https://docs.bunny-lab.io - Workflow Completed" https://ntfy.bunny-lab.io/gitea-runners