mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Travis - explicitly add known host IP
This commit is contained in:
parent
33c57928e8
commit
52850c941e
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
@ -11,20 +11,21 @@ env:
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
ssh_known_hosts: "$hostname"
|
ssh_known_hosts:
|
||||||
|
- $hostname
|
||||||
|
- 74.70.165.55
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
before_install:
|
before_install:
|
||||||
- openssl aes-256-cbc -K $encrypted_2cd39daa8a1b_key -iv $encrypted_2cd39daa8a1b_iv
|
- openssl aes-256-cbc -K $encrypted_2cd39daa8a1b_key -iv $encrypted_2cd39daa8a1b_iv -in dash.org-test-web.pem.enc -out dash.org-test-web.pem -d
|
||||||
-in dash.org-test-web.pem.enc -out dash.org-test-web.pem -d
|
|
||||||
- rvm install 2.3.1
|
- rvm install 2.3.1
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- eval "ssh-agent -s"
|
- eval "$(ssh-agent -s)"
|
||||||
- chmod 600 $TRAVIS_BUILD_DIR/$IdentityFile
|
- chmod 600 $TRAVIS_BUILD_DIR/$IdentityFile
|
||||||
- ssh-add ~/.ssh/$IdentityFile
|
- ssh-add $TRAVIS_BUILD_DIR/$IdentityFile
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue