Added extra flag to ssh command
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
8047c491ad
commit
ebc6c2de5d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ pipeline:
|
|||
- apk add --no-cache rsync openssh-client
|
||||
- eval $(ssh-agent)
|
||||
- echo "$DEPLOY_KEY" | ssh-add -
|
||||
- rsync -e "ssh -p $DEPLOY_PORT" public -az --delete "$DEPLOY_DEST"
|
||||
- rsync -e "ssh -p $DEPLOY_PORT -o 'StrictHostKeyChecking=no'" public -az --delete "$DEPLOY_DEST"
|
||||
secrets: [ deploy_key, deploy_port, deploy_dest ]
|
||||
|
|
|
|||
Reference in a new issue