forked from autonomic-cooperative/cotech-website
fix ssh-keyscan
This commit is contained in:
@ -22,7 +22,7 @@ before_script:
|
|||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
- ssh-keyscan web.cotech.uk > ~/.ssh/known_hosts
|
- 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
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
- bundle install --path vendor
|
- bundle install --path vendor
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user