debug show env
This commit is contained in:
parent
42046e6a5c
commit
42acedcbec
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ chmod 600 ~/.ssh/id_rsa
|
||||||
ssh-keyscan -H ${INPUT_REMOTE_HOST} >> ~/.ssh/known_hosts
|
ssh-keyscan -H ${INPUT_REMOTE_HOST} >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
# SCP files to the remote host
|
# SCP files to the remote host
|
||||||
#rsync ${INPUT_RSYNC_PARAMETERS} public/ ${INPUT_REMOTE_USER}@${INPUT_REMOTE_HOST}:${INPUT_REMOTE_PATH}
|
echo rsync ${INPUT_RSYNC_PARAMETERS} ${INPUT_PATH} ${INPUT_REMOTE_USER}@${INPUT_REMOTE_HOST}:${INPUT_REMOTE_PATH}
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue