From d773794e28288b19ccea7061723eb77657ea56a7 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 25 Jan 2018 12:12:36 +0100 Subject: [PATCH] Fix CircleCI file --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index da99a115..2be394b3 100644 --- a/circle.yml +++ b/circle.yml @@ -29,4 +29,4 @@ deployment: branch: /.*/ commands: - ssh -p $OMR_DEPLOY_PORT deploy@$OMR_DEPLOY_HOST mkdir -p deploy/$OMR_PATH - - rsync -av --delete-after source/bin/ -e "ssh -s -p $OMR_DEPLOY_PORT" deploy@$OMR_DEPLOY_HOST:deploy/$OMR_PATH + - rsync -av --delete-after source/bin/ -e "ssh -q -p $OMR_DEPLOY_PORT" deploy@$OMR_DEPLOY_HOST:deploy/$OMR_PATH