fix(ssh-copy): rsync

This commit is contained in:
2026-05-20 03:57:30 +02:00
parent 3e2cae8924
commit 3b570e1a32
-1
View File
@@ -38,5 +38,4 @@ runs:
- name: rsync directory - name: rsync directory
shell: bash shell: bash
run: | run: |
scp -r ${{ inputs.source }} ${{ inputs.user }}@${{ inputs.host }}:${{ inputs.target }}
rsync -avz --delete ${{ inputs.source }} ${{ inputs.user }}@${{ inputs.host }}:${{ inputs.target }} rsync -avz --delete ${{ inputs.source }} ${{ inputs.user }}@${{ inputs.host }}:${{ inputs.target }}