Skip to content

Commit

Permalink
add - eval "$(ssh-agent -s)" to .travis.yml for dwyl/learn-travis#42 …
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 26, 2018
1 parent 5df7519 commit 36d2c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
before_install:
- openssl aes-256-cbc -K $encrypted_77965d5bdd4d_key -iv $encrypted_77965d5bdd4d_iv
-in deploy_key.enc -out ./deploy_key -d
- eval "$(ssh-agent -s)"
- chmod 600 ./deploy_key
- ssh-add ./deploy_key
- echo -e "Host 138.68.163.126\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
Expand Down

0 comments on commit 36d2c9d

Please sign in to comment.