mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-04-04 06:21:03 +02:00
Update entrypoint.sh
This commit is contained in:
parent
9f40ee1996
commit
ee89d3e8e6
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
|
|||
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
|
||||
|
||||
# Deploy.
|
||||
sh -c "rsync $SWITCHES -e '$RSH' $LOCAL_PATH $DSN:$INPUT_REMOTE_PATH"
|
||||
sh -c "mkdir -p $INPUT_REMOTE_PATH && rsync $SWITCHES -e '$RSH' $LOCAL_PATH $DSN:$INPUT_REMOTE_PATH"
|
||||
|
|
Loading…
Reference in a new issue