mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-21 20:12:10 +10:00
[init]: update env
vars
This commit is contained in:
parent
544c80dc4a
commit
1d834c8cd1
2 changed files with 51 additions and 18 deletions
|
@ -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 $4"
|
||||
sh -c "rsync $ARGS -e 'ssh -i $SSH_PATH/deploy_key -o StrictHostKeyChecking=no' $GITHUB_WORKSPACE/$SOURCE $TARGET"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue