From 04222da2a39d8e7452b4d1ef2f47490bc7023926 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Dec 2022 21:40:14 -0300 Subject: *give up* --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52084100..04edd2a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ pages: - mkdir -p ~/.ssh - echo "${SSH_PRIVATE_KEY}" | base64 -d | tr -d '\r' > ~/.ssh/id_rsa - chmod -R 700 ~/.ssh - - rsync -e 'ssh ${SSH_OPTIONS}' -aHv --delete public/updates $MYHOST:$FILE_LOCATION + - rsync -e 'ssh -p 65001 -o StrictHostKeyChecking=no' -aHv --delete public/updates $MYHOST:$FILE_LOCATION artifacts: paths: - public -- cgit v1.2.3-60-g2f50