diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1a32ea..9113fa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,5 +28,5 @@ deploy: - chmod 700 ~/.ssh - ssh-keyscan proxy.auro.re >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - - ssh -J git@proxy.auro.re git@10.128.0.52 "rm -r /var/www/aurore/*" + - ssh -o StrictHostKeyChecking=no -J git@proxy.auro.re git@10.128.0.52 "rm -r /var/www/aurore/*" - scp -oProxyJump=git@proxy.auro.re -r assets/ images/ templates/ index.html git@10.128.0.52:/var/www/aurore