Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
extensivecoin authored Apr 24, 2018
1 parent 13ce756 commit 592b114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@ after_success:
- cd $TRAVIS_BUILD_DIR
- tar -cvzf package-$HOST.tgz build
- export SSHPASS=$DEPLOY_PASS
- sshpass -e scp -v $TRAVIS_BUILD_DIR/package.tgz $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH
- sshpass -p $DEPLOY_PASS rsync -avz -e "ssh -o StrictHostKeyChecking=no" $TRAVIS_BUILD_DIR/package-$HOST.tgz $DEPLOY_USER@$DEPLOY_HOST:/root/
- sshpass -p $DEPLOY_PASS rsync -avz -e "ssh -o StrictHostKeyChecking=no" $TRAVIS_BUILD_DIR/package-$HOST.tgz $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH/

0 comments on commit 592b114

Please sign in to comment.