Skip to content

Commit

Permalink
strict host checking set to no
Browse files Browse the repository at this point in the history
  • Loading branch information
thehoneymad committed Mar 27, 2017
1 parent ca51294 commit e5e9ab9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ before_script:
after_success:
- tar -czf package.tgz build
- export SSHPASS=$DEPLOY_PASS
- sshpass -e scp package.tgz $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
- sshpass -e scp -o stricthostkeychecking=no package.tgz $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
Binary file added package.tgz
Binary file not shown.

0 comments on commit e5e9ab9

Please sign in to comment.