Update .gitea/workflows/gitops-automatic-deployment.yml
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s

This commit is contained in:
2025-07-01 16:08:11 -06:00
parent aceadceb3e
commit 410efa2d4e

View File

@ -9,9 +9,9 @@ jobs:
runs-on: gitea-runner-mkdocs runs-on: gitea-runner-mkdocs
steps: steps:
- name: Install Node.js, git, and rsync - name: Install Node.js, git, rsync, and curl
run: | run: |
apk add --no-cache nodejs npm git rsync apk add --no-cache nodejs npm git rsync curl
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -19,3 +19,7 @@ jobs:
- name: Copy Repository Data to Production Server - name: Copy Repository Data to Production Server
run: | run: |
rsync -a --delete --exclude='.git/' . /Gitops_Destination/ rsync -a --delete --exclude='.git/' . /Gitops_Destination/
- name: Notify via NTFY
run: |
curl -H "prio:high" -d "https://docs.bunny-lab.io - Workflow Completed" https://ntfy.bunny-lab.io/gitea-runners