Skip to content

Commit

Permalink
Agrego el addon ssh_known_hosts usando la variable con la IP del serv…
Browse files Browse the repository at this point in the history
…er de destino
  • Loading branch information
poligarcia committed Jan 2, 2018
1 parent 9fef888 commit 3eaa91e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ script:
after_success:
- coveralls

addons:
ssh_known_hosts: $DEPLOY_TARGET_IP

before_deploy:
- openssl aes-256-cbc -K $encrypted_ae74091d1bce_key -iv $encrypted_ae74091d1bce_iv -in deploy/build\+ts-api@travis-ci.org.enc -out /tmp/build\+ts-api@travis-ci.org -d
- eval "$(ssh-agent -s)"
Expand Down

0 comments on commit 3eaa91e

Please sign in to comment.