no static host checking

This commit is contained in:
Lorin Werthen 2017-10-14 00:21:07 +02:00
parent 81c2b25936
commit de3de6b30c
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

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