debug show env
This commit is contained in:
parent
42acedcbec
commit
b98fd9d4f3
1 changed files with 6 additions and 0 deletions
|
@ -16,8 +16,14 @@ chmod 600 ~/.ssh/id_rsa
|
|||
|
||||
# Add the remote host's key to the known_hosts file to avoid authenticity confirmation
|
||||
ssh-keyscan -H ${INPUT_REMOTE_HOST} >> ~/.ssh/known_hosts
|
||||
|
||||
cat ~/.ssh/known_hosts
|
||||
|
||||
|
||||
# SCP files to the remote host
|
||||
echo rsync ${INPUT_RSYNC_PARAMETERS} ${INPUT_PATH} ${INPUT_REMOTE_USER}@${INPUT_REMOTE_HOST}:${INPUT_REMOTE_PATH}
|
||||
|
||||
pwd
|
||||
ls -lisaR
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue