Skip to content
Snippets Groups Projects
Commit 334b3a7c authored by plup's avatar plup
Browse files

cicd: removed hostkey check

parent c8d25da3
No related branches found
No related tags found
1 merge request!74Deploy sibapp with managers
Pipeline #3940 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment