no static host checking
This commit is contained in:
parent
81c2b25936
commit
de3de6b30c
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,10 @@ cache:
|
|||
- output
|
||||
- tmp
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
rvm:
|
||||
- 2.3.1
|
||||
notifications:
|
||||
|
@ -24,4 +28,5 @@ after_success:
|
|||
- mv deploy_key ~/.ssh/id_rsa
|
||||
- chmod 600 ~/.ssh/id_rsa
|
||||
- chmod +x ./deploy.sh
|
||||
- echo -e "Host $TRAVIS_PULL_REQUEST.zeus.werthen.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||
- ./deploy.sh
|
||||
|
|
Loading…
Reference in a new issue