WIP
This commit is contained in:
parent
21c9eb7fa1
commit
cccfc5e1ca
|
@ -64,6 +64,7 @@ runs:
|
||||||
User ${{ inputs.username }}
|
User ${{ inputs.username }}
|
||||||
HostName ${{ inputs.host }}
|
HostName ${{ inputs.host }}
|
||||||
Port ${{ inputs.port }}
|
Port ${{ inputs.port }}
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
|
@ -97,5 +98,5 @@ runs:
|
||||||
- name: Transfer files
|
- name: Transfer files
|
||||||
run: |
|
run: |
|
||||||
echo "Transferring files"
|
echo "Transferring files"
|
||||||
rsync ${{ inputs.args }} "${{ inputs.source }}" "targethost:${{ inputs.target }}"
|
rsync ${{ inputs.args }} "${{ inputs.source }}" --rsh "ssh -v" "targethost:${{ inputs.target }}"
|
||||||
shell: bash
|
shell: bash
|
Loading…
Reference in New Issue