1
0
Fork 1
mirror of https://github.com/Burnett01/rsync-deployments.git synced 2025-04-13 08:41:03 +02:00

change args

This commit is contained in:
Mick Ryan 2019-09-14 01:59:20 -07:00
parent 65ac047ad6
commit 9abeae5926

View file

@ -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"