Added Rsync Installation Command
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 18s

This commit is contained in:
2025-05-16 16:06:25 -06:00
parent 6467ad6c96
commit c1b1868970

View File

@ -12,6 +12,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install rsync
run: |
apt-get update
apt-get install -y rsync
- name: Rsync to GitOps Folder Target
run: |
rsync -av --delete --exclude '.git/' ./ /Gitops_Destination/