fix rsync command
This commit is contained in:
parent
eb0a4fb7b8
commit
bcd5832617
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ chmod 600 ~/.ssh/id_rsa
|
|||
ssh-keyscan -H ${INPUT_REMOTE_HOST} >> ~/.ssh/known_hosts
|
||||
|
||||
# SCP files to the remote host
|
||||
sh -c rsync ${INPUT_RSYNC_PARAMETERS} ${INPUT_PATH} ${INPUT_REMOTE_USER}@${INPUT_REMOTE_HOST}:${INPUT_REMOTE_PATH}
|
||||
sh -c "rsync ${INPUT_RSYNC_PARAMETERS} ${INPUT_PATH} ${INPUT_REMOTE_USER}@${INPUT_REMOTE_HOST}:${INPUT_REMOTE_PATH}"
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue