From c36b09ff5d67398c27804ac8d2caa9eb9b070b1e Mon Sep 17 00:00:00 2001 From: Mick Ryan Date: Sat, 14 Sep 2019 09:53:44 -0700 Subject: [PATCH] add new param for path --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d654cc4..da9aea6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,4 +10,4 @@ chmod 600 "$SSH_PATH/deploy_key" # Do deployment -sh -c "rsync $INPUT_SWITCHES -e 'ssh -i $SSH_PATH/deploy_key -o StrictHostKeyChecking=no' $INPUT_EXCLUDES $GITHUB_WORKSPACE/ $INPUT_UPLOAD_PATH" +sh -c "rsync $INPUT_SWITCHES -e 'ssh -i $SSH_PATH/deploy_key -o StrictHostKeyChecking=no' $INPUT_EXCLUDES $GITHUB_WORKSPACE/$INPUT_PATH $INPUT_UPLOAD_PATH"