From 334b3a7cdadf558301170383aeaebf10db2b0ee7 Mon Sep 17 00:00:00 2001 From: plup Date: Wed, 20 Nov 2019 22:03:08 +0100 Subject: [PATCH] cicd: removed hostkey check --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5049c31..4c8e338 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,11 @@ deploy_staging: stage: deploy environment: staging script: - - npm install - echo $APP_CONFIG > config.json - - npm run build - echo $SSH_PRIVATE_KEY > gitlab.key - - scp -i gitlab.key -r build/* test-paris@ssh-test-paris.happy-dev.fr:~/staging/www/ + - npm install + - npm run build + - scp -i gitlab.key -o StrictHostKeyChecking=no -r build/* test-paris@ssh-test-paris.happy-dev.fr:~/staging/www/ only: - feat/manager_deploy tags: