mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-21 15:03:46 +01:00
add new param for path
This commit is contained in:
parent
2026161543
commit
c36b09ff5d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue