Added Rsync Installation Command
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 18s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 18s
This commit is contained in:
@ -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/
|
Reference in New Issue
Block a user