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 17:34:55 -06:00
parent b3860e4115
commit 772448e8ce

View File

@ -18,7 +18,7 @@ jobs:
- name: Copy Repository Data to Production Server
run: |
rsync -a --delete --exclude='.git/' . /Gitops_Destination/
rsync -a --delete --exclude='.git/' --exclude='.gitea/' . /Gitops_Destination/
- name: Notify via NTFY
run: |