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

fix ssh-keyscan

parent 2baca3c8
No related branches found
No related tags found
1 merge request!80Server migration
......@@ -22,7 +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
- 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