From 9abeae5926173686d1cc19e3e216b4698efc4e4a Mon Sep 17 00:00:00 2001 From: Mick Ryan Date: Sat, 14 Sep 2019 01:59:20 -0700 Subject: [PATCH] change args --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 45fe097..1f74282 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -10,4 +10,4 @@ chmod 600 "$SSH_PATH/deploy_key" # Do deployment -sh -c "rsync $1 -e 'ssh -i $SSH_PATH/deploy_key -o StrictHostKeyChecking=no' $2 $GITHUB_WORKSPACE/ $3" +sh -c "rsync $INPUT_SWITCHES -e 'ssh -i $SSH_PATH/deploy_key -o StrictHostKeyChecking=no' $INPUT_EXLUDES $GITHUB_WORKSPACE/ $INPUT_UPLOAD_PATH"