From 772448e8ce2466f89be796b5b2ee0fd93a4833e8 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 1 Jul 2025 17:34:55 -0600 Subject: [PATCH] Update .gitea/workflows/gitops-automatic-deployment.yml --- .gitea/workflows/gitops-automatic-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitops-automatic-deployment.yml b/.gitea/workflows/gitops-automatic-deployment.yml index da8cb8a..d1b75f7 100644 --- a/.gitea/workflows/gitops-automatic-deployment.yml +++ b/.gitea/workflows/gitops-automatic-deployment.yml @@ -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: |