Skip to content
Snippets Groups Projects
Commit 2baca3c8 authored by Chris Croome's avatar Chris Croome
Browse files

ssh-keyscan ip addreess

parent 43228659
No related branches found
No related tags found
1 merge request!80Server migration
......@@ -22,6 +22,7 @@ before_script:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan web.cotech.uk > ~/.ssh/known_hosts
- ssh-keyscan 81.95.52.59 > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- bundle install --path vendor
......
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