From a9f32b44cd226f1396b6ece884c8085950838e85 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 16 May 2025 17:28:54 -0600 Subject: [PATCH] Update .gitea/workflows/gitops-automatic-deployment.yml --- .gitea/workflows/gitops-automatic-deployment.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitea/workflows/gitops-automatic-deployment.yml b/.gitea/workflows/gitops-automatic-deployment.yml index 44550d6..2a8094d 100644 --- a/.gitea/workflows/gitops-automatic-deployment.yml +++ b/.gitea/workflows/gitops-automatic-deployment.yml @@ -18,15 +18,4 @@ jobs: - name: Copy Repository Data to Production Server run: | - echo "PWD:" - pwd - echo "Contents of current directory:" - ls -lah - echo "Contents of /Gitops_Destination before rsync:" - ls -lah /Gitops_Destination - - echo "Running rsync..." - rsync -avvi --delete --exclude='.git/' . /Gitops_Destination/ - - echo "Contents of /Gitops_Destination after rsync:" - ls -lah /Gitops_Destination + rsync -a --delete --exclude='.git/' . /Gitops_Destination/ \ No newline at end of file