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,13 +9,17 @@ jobs:
runs-on: gitea-runner-mkdocs
steps:
- name: Install Node.js, git, and rsync
- name: Install Node.js, git, rsync, and curl
run: |
apk add --no-cache nodejs npm git rsync
apk add --no-cache nodejs npm git rsync curl
- name: Checkout Repository
uses: actions/checkout@v3
- name: Copy Repository Data to Production Server
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