5
0
mirror of https://git.coop/cotech/website.git synced 2024-11-21 14:23:06 +00:00

fix ssh-keyscan

This commit is contained in:
Chris Croome 2022-11-06 19:51:01 +00:00
parent 2baca3c81d
commit 2c8bbc3d5a

View File

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