diff --git a/entrypoint.sh b/entrypoint.sh index 830a41f..ff468fb 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -18,6 +18,6 @@ chmod 600 ~/.ssh/id_rsa ssh-keyscan -H ${INPUT_REMOTE_HOST} >> ~/.ssh/known_hosts # 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