From f322d094e0278b79264ec1174e553e1d09272e83 Mon Sep 17 00:00:00 2001 From: ori agranat Date: Sat, 9 Nov 2019 10:08:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2ce7262d..bc63b197b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,4 +38,4 @@ deploy: - echo "${SSH_PRIVATE_KEY}" > "${HOME}/.ssh/id_rsa" - chmod 700 "${HOME}/.ssh/id_rsa" - cd Main - - rsync -e ssh pom.xml oriagranat9@frs.sourceforge.net:/home/frs/project/ori-test/ + - rsync -e "ssh -o StrictHostKeyChecking=no" target/* oriagranat9@frs.sourceforge.net:/home/frs/project/ori-test/