Added extra flag to ssh command
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
parent
8047c491ad
commit
ebc6c2de5d
|
@ -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 New Issue