diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32ce0d8..6a5563b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,8 @@ deploy_staging: script: - npm install - echo $APP_CONFIG - - echo $APP_CONFIG > config.json - npm run build - - echo $SSH_PRIAVTE_KEY > gitlab.key + - echo $SSH_PRIVATE_KEY > gitlab.key - scp -i gitlab.key -r build/* test-paris@ssh-test-paris.happy-dev.fr:~/staging/www/ only: - feat/manager_deploy