Automatically add ct-www as known_host

CI_gitlab
Roland Godet 5 years ago
parent 1caecb9fd5
commit d4d6816e95

@ -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

Loading…
Cancel
Save