Update .gitea/workflows/gitops-automatic-deployment.yml
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 6s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 6s
This commit is contained in:
@ -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/
|
Reference in New Issue
Block a user