Update .gitea/workflows/gitops-automatic-deployment.yml
Some checks failed
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Failing after 8s
Some checks failed
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Failing after 8s
This commit is contained in:
@@ -20,6 +20,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rsync -a --delete --exclude='.git/' --exclude='.gitea/' . /Gitops_Destination/
|
rsync -a --delete --exclude='.git/' --exclude='.gitea/' . /Gitops_Destination/
|
||||||
|
|
||||||
|
- name: Trigger Material MKDocs Container Re-Deployment via Portainer Webhook
|
||||||
|
run: |
|
||||||
|
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
|
- name: Notify via NTFY
|
||||||
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
curl -d "https://docs.bunny-lab.io - Workflow Completed" https://ntfy.bunny-lab.io/gitea-runners
|
curl -d "https://docs.bunny-lab.io - Workflow Completed" https://ntfy.bunny-lab.io/gitea-runners
|
||||||
Reference in New Issue
Block a user